brands.hbs
529 Bytes
{{!--新品到着 品牌推荐--}}
{{#each shops}}
<div class="brand-news-count"
{{#if brand_id}} data-brand="{{brand_id}}" {{/if}}
{{#if shops_id}} data-shop="{{shops_id}}" {{/if}}
>
<div class="brand-logo">
<img src="{{image shop_logo 186 115}}" alt="{{shop_domain}}">
<h5>{{shop_name}}</h5>
</div>
<div class="count">上新{{new_product_num}}款<i class="iconfont"></i></div>
<a class="link" href="http://m.yohobuy.com/product/shop?domain={{shop_domain}}"></a>
</div>
{{/each}}