|
@@ -41,17 +41,12 @@ |
|
@@ -41,17 +41,12 @@ |
41
|
</p>
|
41
|
</p>
|
42
|
</div>
|
42
|
</div>
|
43
|
<p class="row">
|
43
|
<p class="row">
|
44
|
- <span class="price hide">
|
|
|
45
|
- ¥{{price}}
|
|
|
46
|
- </span>
|
|
|
47
|
- {{#if isAdvanceBuy}}
|
|
|
48
|
<p class="price">
|
44
|
<p class="price">
|
49
|
- <span class="sale-price{{^price}} no-price{{/price}}">{{salePrice}}</span>
|
|
|
50
|
- {{#if price}}
|
|
|
51
|
- <span class="market-price">{{price}}</span>
|
45
|
+ <span class="market-price">¥{{price}}</span>
|
|
|
46
|
+ {{#if isAdvanceBuy}}
|
|
|
47
|
+ <span class="sale-price">¥{{salesPrice}}</span>
|
52
|
{{/if}}
|
48
|
{{/if}}
|
53
|
</p>
|
49
|
</p>
|
54
|
- {{/if}}
|
|
|
55
|
{{#if isVipPrice}}
|
50
|
{{#if isVipPrice}}
|
56
|
<span class="vip">
|
51
|
<span class="vip">
|
57
|
VIP
|
52
|
VIP
|