{extend name="../app/shop/view/base.html"/}
{block name="resources"}{/block}
{block name="main"}
{/block}
{block name="script"}
<script>
layui.use(['form'], function () {
});
</script>