• 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
  • 侧边栏 还原
    80fddf0e
    by ccbikai
    2015-11-02 22:29:56 +0800  
    Browse Files
index.phtml 378 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{{> layout/header}}
<div class="mobile-container">
    <div class="mobile-wrap girls-wrap yoho-page">
        {{! 首页header}}
        {{# homeHeader}}
            {{> home/home_header}}
        {{/ homeHeader}}

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