...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
<div class="good-detail-page yoho-page">
|
|
|
<div class="banner-container">
|
|
|
<div class="tag-container">
|
|
|
<p class="good-tag soonSoldOut-tag">即将售罄</p>
|
|
|
<!-- <p class="good-tag soonSoldOut-tag">即将售罄</p> -->
|
|
|
{{# tags}}
|
|
|
{{# is_new}}
|
|
|
<p class="good-tag new-tag">NEW</p>
|
...
|
...
|
@@ -118,10 +118,10 @@ |
|
|
{{else}}
|
|
|
<a href="" class="sold-out">已售罄</a>
|
|
|
{{/if}}
|
|
|
{{#if favorite}}
|
|
|
{{#if isCollect}}
|
|
|
<a href="" id="likeBtn" class="favorite iconfont liked"></a>
|
|
|
{{else}}
|
|
|
<a href="" class="favorite iconfont"></a>
|
|
|
<a href="" id="likeBtn" class="favorite iconfont"></a>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{/cartInfo}}
|
...
|
...
|
|