Merge branch 'hotfix/remove-yun'
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -36,12 +36,12 @@ | @@ -36,12 +36,12 @@ | ||
36 | <span class="oldprice">原价:<del>{{marketPrice}}</del></span> | 36 | <span class="oldprice">原价:<del>{{marketPrice}}</del></span> |
37 | <span class="newprice">现价:<b class="promotion-price">{{salePrice}}</b></span> | 37 | <span class="newprice">现价:<b class="promotion-price">{{salePrice}}</b></span> |
38 | {{^}} | 38 | {{^}} |
39 | - <span class="newprice {{#presalePrice}}none{{/presalePrice}}">原价:<b class="promotion-price">¥{{marketPrice}}</b></span> | 39 | + <span class="newprice {{#presalePrice}}none{{/presalePrice}}">原价:<b class="promotion-price">{{marketPrice}}</b></span> |
40 | {{/if}} | 40 | {{/if}} |
41 | 41 | ||
42 | {{#if presalePrice}} | 42 | {{#if presalePrice}} |
43 | - <span class="oldprice">原价:<del>¥{{marketPrice}}</del></span> | ||
44 | - <span class="newprice">预售价:<b class="promotion-price">¥{{presalePrice}}</b></span> | 43 | + <span class="oldprice">原价:<del>{{marketPrice}}</del></span> |
44 | + <span class="newprice">预售价:<b class="promotion-price">{{presalePrice}}</b></span> | ||
45 | {{/if}} | 45 | {{/if}} |
46 | {{#arrivalDate}} | 46 | {{#arrivalDate}} |
47 | <span class="arrivalDate">上市期:{{arrivalDate}}</span> | 47 | <span class="arrivalDate">上市期:{{arrivalDate}}</span> |
-
Please register or login to post a comment