use.phtml 480 Bytes
<script>
    seajs.use('js/common');
    seajs.use('js/header');
    seajs.use('js/footer',function(footer) {
        if(footer) {
            footer.init();
        }
    });
</script>
{{!-- 首页 --}}
{{#if boysHomePage}}
<script>
        /*seajs.use('js/home/entrey', function(h) {
            h.set('boys');
        });*/
        seajs.use('js/home/home');
    </script>
{{/if}}

{{!-- 搜索 --}}
{{#if searchListPage}}
<script>seajs.use('js/product/list');</script>
{{/if}}