• 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
  • lifestyle
  • index.phtml
  • update
    a2197274
    by 梁志锋
    2015-10-13 19:58:43 +0800  
    Browse Files
index.phtml 539 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 22
{{> layout/header}}
     <div class="mobile-wrap lifestyle-wrap">
        {{! 首页header}}
        {{# homeHeader}}
            {{> common/home_header}}
        {{/ homeHeader}}

        {{> common/content}}
 
        {{! 商品列表}}
        {{# twoColumnGoods}}
            {{> common/two_column_goods}}
        {{/ twoColumnGoods}}
        
        {{! 底部banner}}
        {{# bannerBottom}}
            {{> common/banner_bottom}}
        {{/ bannerBottom}}
        <div class="overlay"></div>
    </div>
    
{{> layout/footer}}