...
|
...
|
@@ -2,19 +2,21 @@ |
|
|
{{#if is_shop}}
|
|
|
<div class="good-info brand-info" data-type="hot-shop" data-brand="" data-shop="">
|
|
|
<div class="brand-info-box">
|
|
|
<img src="{{image shop_logo 240 85}}" alt="LALABOBO">
|
|
|
<h5 class="bname">{{shop_name}}</h5>
|
|
|
<img src="{{image shop_logo 240 85}}" alt="{{shop_name}}">
|
|
|
{{!-- <h5 class="bname">{{shop_name}}</h5> --}}
|
|
|
<p class="summary">
|
|
|
<span class="summary-info">
|
|
|
<b>{{new_product_num}}</b>
|
|
|
<b>上新</b>
|
|
|
</span>
|
|
|
<span class="summary-info">
|
|
|
<b>{{favorite_num}}</b>
|
|
|
<b>收藏</b>
|
|
|
</span>
|
|
|
上新<b>{{new_product_num}}</b>件
|
|
|
<b>{{favorite_num}}</b>人收藏
|
|
|
</p>
|
|
|
<a href="//m.yohobuy.com/product/index/brand?domain={{shop_domain}}" class="entry">进入店铺<span></span></a>
|
|
|
|
|
|
<div class="shop-goods">
|
|
|
{{#product_list}}
|
|
|
<div class="info">
|
|
|
<img class="lazy" src="{{image default_images 110 145}}"></img>
|
|
|
</div>
|
|
|
{{/product_list}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{else}}
|
...
|
...
|
|