• 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
  • 底部tab 不同页面 不同颜色
    df73195a
    by ccbikai
    2015-10-30 16:24:30 +0800  
    Browse Files
index.phtml 468 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{{> layout/header}}
    <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}}
{{> layout/footer}}