• This project
    • Loading...
  • Sign in

张泽世 / yohobuywap-node · Files

Go to a project

GitLab

  • Go to dashboard
  • 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-node
  • apps
  • product
  • views
  • action
  • recommend-for-you
  • index.hbs
  • 为你优选
    f338a71b
    by 张丽霞
    2016-07-07 17:25:46 +0800  
    Browse Files
index.hbs 323 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{{# result}}
    <div id="goods-container" class="goods-container">
        <p class="title">
            <span>为你优选新品</span>
        </p>
        <div class="new-goods container clearfix">
            {{# goods}}
                {{> common/goods}}
            {{/ goods}}
        </div>
    </div>
{{/result}}