• 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
  • m.yohobuy.com
  • actions
  • index
  • boys
  • index.phtml
  • 侧边栏 还原
    80fddf0e
    by ccbikai
    2015-11-02 22:29:56 +0800  
    Browse Files
index.phtml 574 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
{{> layout/header}}
    <div class="mobile-container">
        <div class="mobile-wrap boys-wrap yoho-page">
             {{! 首页header}}
            {{# homeHeader}}
                {{> home/home_header}}
            {{/ homeHeader}}

            {{> home/content}}
            
            {{! 商品列表}}
            {{# twoColumnGoods}}
                {{> home/two_column_goods}}
            {{/ twoColumnGoods}}

            <div class="overlay"></div>
            {{> layout/footer_tab}}
        </div>
        {{> home/side_nav}}
    </div>
{{> layout/footer}}