• 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
  • channel
  • index.phtml
  • 完善二级频道页
    c2eddecd
    by 毕凯
    2016-05-03 15:00:15 +0800  
    Browse Files
index.phtml 323 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{{> 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>
{{> layout/footer}}