...
|
...
|
@@ -39,8 +39,8 @@ |
|
|
<div class="price-date">
|
|
|
{{# goodsPrice}}
|
|
|
<div class="goodsPrice">
|
|
|
<h1 class="currentPrice">{{currentPrice}}</h1>
|
|
|
<h1 class="previousPrice">{{previousPrice}}</h1>
|
|
|
<h1 class="currentPrice">¥{{currentPrice}}</h1>
|
|
|
<h1 class="previousPrice">¥{{previousPrice}}</h1>
|
|
|
</div>
|
|
|
{{/ goodsPrice}}
|
|
|
|
...
|
...
|
@@ -57,7 +57,6 @@ |
|
|
{{# list}}
|
|
|
<li class="icons-item">
|
|
|
<span class="vip-img" style="background-size:cover;">
|
|
|
<!-- <div class="img" alt="" style="background-size:cover;"></div> -->
|
|
|
</span>
|
|
|
<span class="vip-price">{{text}}</span>
|
|
|
</li>
|
...
|
...
|
@@ -65,17 +64,6 @@ |
|
|
</ul>
|
|
|
{{/vipLevel}}
|
|
|
|
|
|
<!-- {{# vipLevel}}
|
|
|
<div class="vipLevel">
|
|
|
{{# list}}
|
|
|
<span class="vip-img">
|
|
|
<div class="img" alt="" style="background-size:cover;"></div>
|
|
|
</span>
|
|
|
<span class="vip-price">{{text}}</span>
|
|
|
{{/ list}}
|
|
|
</div>
|
|
|
{{/ vipLevel}} -->
|
|
|
|
|
|
{{# goodsDiscount}}
|
|
|
<div class="goodsDiscount">
|
|
|
{{# list}}
|
...
|
...
|
@@ -117,7 +105,8 @@ |
|
|
</div>
|
|
|
{{/ enterStore}}
|
|
|
|
|
|
<div id="productDesc"></div>
|
|
|
<!-- <div id="productDesc"></div> -->
|
|
|
{{> product/product-description}}
|
|
|
{{> product/recommend-for-you}}
|
|
|
|
|
|
{{#cartInfo}}
|
...
|
...
|
|