• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • template
  • www.yohobuy.com
  • partials
  • layout
  • use.phtml
  • 合并男首冲突
    7f540f7b
    by wangqing
    2015-12-01 17:42:43 +0800  
    Browse Files
use.phtml 392 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<script>
    seajs.use('js/common');
    seajs.use('js/header');
</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}}