• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · 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-node
  • apps
  • product
  • views
  • partial
  • reds-shop
  • item.hbs
  • fourimages-handle
    f628fbe4
    by 郭成尧
    2017-03-30 11:29:46 +0800  
    Browse Files
item.hbs 322 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<div class="item">
    {{#if link}}
        <a href="{{link}}">
            <img class="item-pic" src="{{src}}" alt="">
        </a>
    {{^}}
        <img class="item-pic" src="{{src}}" alt="">
    {{/if}}

    {{#if showProductInfo}}
    <div class="item-info">
        <div>{{text}}</div>
    </div>
    {{/if}}
</div>