Merge branch 'hotfix/remove-yun'
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -33,8 +33,8 @@ | @@ -33,8 +33,8 @@ | ||
33 | <div class="price"> | 33 | <div class="price"> |
34 | 34 | ||
35 | {{#if salePrice}} | 35 | {{#if salePrice}} |
36 | - <span class="oldprice">原价:<del>¥{{marketPrice}}</del></span> | ||
37 | - <span class="newprice">现价:<b class="promotion-price">¥{{salePrice}}</b></span> | 36 | + <span class="oldprice">原价:<del>{{marketPrice}}</del></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}} |
-
Please register or login to post a comment