• 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
  • girls
  • index.phtml
  • 调整文件夹结构
    8f9fd403
    by 梁志锋
    2015-10-16 14:37:24 +0800  
    Browse Files
index.phtml 513 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 girls-wrap yoho-page">

        {{# headerDownload}}
            {{> home/header_download}}
        {{/ headerDownload}}

         {{! 首页header}}
        {{# homeHeader}}
            {{> home/home_header}}
        {{/ homeHeader}}

        {{> home/content}}
 
        {{! 可能喜欢}}
        {{# maybeLike}}
            {{> home/maybe_like}}
        {{/ maybeLike}}
        <div class="overlay"></div>
    </div>
     {{> home/side_nav}}
{{> layout/footer}}