Authored by 周少峰

Merge branch 'hotfix/remove-yun'

@@ -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}}