...
|
...
|
@@ -2,8 +2,6 @@ |
|
|
<div class="good-detail-page yoho-page">
|
|
|
<div class="banner-container">
|
|
|
<div class="tag-container">
|
|
|
<p class="good-tag new-tag">NEW</p>
|
|
|
<p class="good-tag renew-tag">再到着</p>
|
|
|
{{# tags}}
|
|
|
{{# is_new}}
|
|
|
<p class="good-tag new-tag">NEW</p>
|
...
|
...
|
@@ -103,8 +101,7 @@ |
|
|
{{/ enterStore}}
|
|
|
|
|
|
<div id="productDesc"></div>
|
|
|
|
|
|
<!-- {{>product/product-description}} -->
|
|
|
{{> product/recommend-for-you}}
|
|
|
|
|
|
{{#cartInfo}}
|
|
|
<div class="cart-bar">
|
...
|
...
|
@@ -117,7 +114,11 @@ |
|
|
{{else}}
|
|
|
<a href="" class="sold-out">已售罄</a>
|
|
|
{{/if}}
|
|
|
<a href="" class="favorite iconfont"></a>
|
|
|
{{#if favorite}}
|
|
|
<a href="" class="favorite iconfont "></a>
|
|
|
{{else}}
|
|
|
<a href="" class="unfavorite iconfont "></a>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{/cartInfo}}
|
|
|
|
...
|
...
|
|