use.phtml
325 Bytes
<script>
seajs.use('js/common');
</script>
{{!-- 首页 --}}
{{#if boysHomePage}}
<script>
seajs.use('js/home/entrey', function(h) {
h.set('boys');
});
</script>
{{/if}}
{{!-- 搜索 --}}
{{#if searchListPage}}
<script>
seajs.use('js/product/list');
</script>
{{/if}}