• 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
  • partials
  • common
  • maybe_like.html
  • update files
    d7aa1a3d
    by 梁志锋
    2015-10-13 11:47:19 +0800  
    Browse Files
maybe_like.html 252 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<div class="maybe-like">
    <p class="title">
        <i class="icon"></i>
        <span>你可能喜欢</span>
    </p>
    <div class="goods-list clearfix">
        {{# goods}}
            {{> common/good_info}}
        {{/ goods}}
    </div>
</div>