|
|
<div class="good-info" data-skn="{{skn}}">
|
|
|
<div class="tag-container clearfix">
|
|
|
{{# tags}}
|
|
|
{{# isNew}}
|
|
|
<p class="good-tag new-tag">NEW</p>
|
|
|
{{/ isNew}}
|
|
|
{{# isReNew}}
|
|
|
<p class="good-tag renew-tag">再到着</p>
|
|
|
{{/ isReNew}}
|
|
|
{{# isSale}}
|
|
|
<p class="good-tag sale-tag">SALE</p>
|
|
|
{{/ isSale}}
|
|
|
{{# isNewFestival}}
|
|
|
<p class="good-tag new-festival-tag">新品节</p>
|
|
|
{{/ isNewFestival}}
|
|
|
{{# isLimit}}
|
|
|
<p class="good-tag limit-tag">限量商品</p>
|
|
|
{{/ isLimit}}
|
|
|
{{# isYearEndPromotion}}
|
|
|
<p class="good-tag yep-tag">年终大促</p>
|
|
|
{{/ isYearEndPromotion}}
|
|
|
{{# isYearMidPromotion}}
|
|
|
<p class="good-tag ymp-tag">年中热促</p>
|
|
|
{{/ isYearMidPromotion}}
|
|
|
{{/ tags}}
|
|
|
</div>
|
|
|
<div class="good-detail-img">
|
|
|
<a class="good-thumb" href="{{url}}">
|
|
|
<img class="lazy" src="{{thumb}}">
|
|
|
</a>
|
|
|
{{# isFew}}
|
|
|
<p class="few-tag">即将售罄</p>
|
|
|
{{/ isFew}}
|
|
|
|
|
|
{{#if showColBtn}}
|
|
|
<span class="col-btn iconfont{{#if coled}} coled{{/if}}"></span>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
<div class="good-detail-text">
|
|
|
<a href="{{url}}">{{name}}</a>
|
|
|
<p class="price">
|
|
|
<span class="sale-price{{#unless marketPrice}}prime-cost{{/unless}}">
|
|
|
¥{{salePrice}}
|
|
|
</span>
|
|
|
{{# marketPrice}}
|
|
|
<span class="market-price">¥{{.}}</span>
|
|
|
{{/ marketPrice}}
|
|
|
</p>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|