use.phtml 252 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <script> seajs.use('js/common'); </script> {{!-- 首页 --}} {{#if boysHomePage}} <script> seajs.use('js/home/home'); </script> {{/if}} {{!-- 搜索 --}} {{#if searchListPage}} <script>seajs.use('js/product/list');</script> {{/if}}