...
|
...
|
@@ -2,24 +2,24 @@ |
|
|
<div class="good-info {{#if @root.saleViplogin}}sale-vip{{/if}}" data-good-id="{{product_id}}" data-id="{{product_skn}}" data-bp-id="guang_goodList_{{product_name}}_false">
|
|
|
<div class="tag-container clearfix">
|
|
|
{{# tags}}
|
|
|
{{# is_new}}
|
|
|
{{# isNew}}
|
|
|
<p class="good-tag new-tag">NEW</p>
|
|
|
{{/ is_new}}
|
|
|
{{# is_hot}}
|
|
|
{{/ isNew}}
|
|
|
{{# isHot}}
|
|
|
<p class="good-tag hot-tag">HOT</p>
|
|
|
{{/ is_hot}}
|
|
|
{{# is_advance}}
|
|
|
{{/ isHot}}
|
|
|
{{# isAdvance}}
|
|
|
<p class="good-tag renew-tag">再到着</p>
|
|
|
{{/ is_advance}}
|
|
|
{{# is_discount}}
|
|
|
{{/ isAdvance}}
|
|
|
{{# isDiscount}}
|
|
|
<p class="good-tag sale-tag">SALE</p>
|
|
|
{{/ is_discount}}
|
|
|
{{# is_yohood}}
|
|
|
{{/ isDiscount}}
|
|
|
{{# isYohood}}
|
|
|
<p class="good-tag new-festival-tag">新品节</p>
|
|
|
{{/ is_yohood}}
|
|
|
{{# is_limited}}
|
|
|
{{/ isYohood}}
|
|
|
{{# isLimited}}
|
|
|
<p class="good-tag limit-tag">限量商品</p>
|
|
|
{{/ is_limited}}
|
|
|
{{/ isLimited}}
|
|
|
{{/ tags}}
|
|
|
</div>
|
|
|
<div class="good-detail-img">
|
...
|
...
|
|