...
|
...
|
@@ -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 new-tag">NEW</p> -->
|
|
|
{{# tags}}
|
|
|
{{# is_new}}
|
|
|
<p class="good-tag new-tag">NEW</p>
|
...
|
...
|
@@ -44,12 +44,12 @@ |
|
|
</div>
|
|
|
{{/ goodsPrice}}
|
|
|
|
|
|
{{# periodOfMarket}}
|
|
|
{{#if periodOfMarket}}
|
|
|
<div class="periodOfMarket">
|
|
|
<h1>上市期:</h1>
|
|
|
<h1 >{{.}}</h1>
|
|
|
<h1 >{{peridOfMarket}}</h1>
|
|
|
</div>
|
|
|
{{/ periodOfMarket}}
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
|
|
|
{{# vipLevel}}
|
...
|
...
|
@@ -113,8 +113,8 @@ |
|
|
</div>
|
|
|
{{/ enterStore}}
|
|
|
|
|
|
<div id="productDesc"></div>
|
|
|
<!-- {{> product/product-description}} -->
|
|
|
<!-- <div id="productDesc"></div> -->
|
|
|
{{> product/product-description}}
|
|
|
{{> product/recommend-for-you}}
|
|
|
|
|
|
{{#cartInfo}}
|
...
|
...
|
|