|
|
<div class="good-info" data-id="{{id}}">
|
|
|
<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}}
|
|
|
{{# isYohood}}
|
|
|
<div class="good-tag yohood-tag"></div>
|
|
|
{{/ isYohood}}
|
|
|
{{# isLimit}}
|
|
|
<p class="good-tag limit-tag">限量商品</p>
|
|
|
{{/ isLimit}}
|
|
|
{{/ tags}}
|
|
|
</div>
|
|
|
<div class="good-detail-img">
|
|
|
<a class="good-islike {{# isLike}}good-like{{/ isLike}} iconfont" href="{{likeUrl}}"></a>
|
|
|
<a class="good-thumb" href="{{url}}">
|
|
|
<img class="lazy" data-original="{{thumb}}">
|
|
|
</a>
|
|
|
{{# isFew}}
|
|
|
<p class="few-tag">即将售罄</p>
|
|
|
{{/ isFew}}
|
|
|
</div>
|
|
|
<div class="good-detail-text">
|
|
|
<div class="name">
|
|
|
<a href="{{url}}">{{name}}</a>
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span class="sale-price {{^price}}no-price{{/price}}">¥{{salePrice}}</span>
|
|
|
{{#price}}
|
|
|
<span class="market-price">¥{{.}}</span>
|
|
|
{{/price}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |