• 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
  • home
  • views
  • partial
  • vip-grade
  • privilege.hbs
  • 个人中心权益
    7fb48aef
    by zhangxiaoru
    2017-07-25 16:55:05 +0800  
    Browse Files
privilege.hbs 388 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<div class="privilege-list clearfix">
    {{#each privilege}}
        <a{{#if href}} href="{{href}}"{{/if}}>
            <img class="icon" src="{{pic}}">
            <p>
                {{title}}
                <span>{{description}}</span>
            </p>
            {{#if href}}
            <span class="iconfont">&#xe604;</span>
            {{/if}}
        </a>
    {{/each}}
</div>