...
|
...
|
@@ -41,17 +41,12 @@ |
|
|
</p>
|
|
|
</div>
|
|
|
<p class="row">
|
|
|
<span class="price hide">
|
|
|
¥{{price}}
|
|
|
</span>
|
|
|
{{#if isAdvanceBuy}}
|
|
|
<p class="price">
|
|
|
<span class="sale-price{{^price}} no-price{{/price}}">{{salePrice}}</span>
|
|
|
{{#if price}}
|
|
|
<span class="market-price">{{price}}</span>
|
|
|
<span class="market-price">¥{{price}}</span>
|
|
|
{{#if isAdvanceBuy}}
|
|
|
<span class="sale-price">¥{{salesPrice}}</span>
|
|
|
{{/if}}
|
|
|
</p>
|
|
|
{{/if}}
|
|
|
{{#if isVipPrice}}
|
|
|
<span class="vip">
|
|
|
VIP
|
...
|
...
|
|