privilege.hbs 413 Bytes
<div class="privilege-list clearfix">
    {{#each privilege}}
        <a{{#if href}} href="//m.yohobuy.com/activity/birthday"{{/if}}>
            <img class="icon" src="{{pic}}">
            <p>
                {{title}}
                <span>{{description}}</span>
            </p>
            {{#if href}}
            <span class="iconfont">&#xe604;</span>
            {{/if}}
        </a>
    {{/each}}
</div>