|
|
<div class="vip-privilege-page yoho-page">
|
|
|
<ul class="privilege-list">
|
|
|
<div class="privilege-list clearfix">
|
|
|
{{#each privilege}}
|
|
|
<li>
|
|
|
<a{{#if href}} href="//m.yohobuy.com/activity/birthday"{{/if}}>
|
|
|
<img class="icon" src="{{pic}}">
|
|
|
<p>
|
|
|
{{title}}
|
|
|
<span>{{description}}</span>
|
|
|
</p>
|
|
|
</li>
|
|
|
{{#if href}}
|
|
|
<span class="iconfont"></span>
|
|
|
{{/if}}
|
|
|
</a>
|
|
|
{{/each}}
|
|
|
</ul>
|
|
|
</div> |
|
|
\ No newline at end of file |
|
|
</div>
|
|
|
</div> |
...
|
...
|
|