Authored by 周少峰

Merge branch 'hotfix/remove-yun'

... ... @@ -33,8 +33,8 @@
<div class="price">
{{#if salePrice}}
<span class="oldprice">原价:<del>¥{{marketPrice}}</del></span>
<span class="newprice">现价:<b class="promotion-price">¥{{salePrice}}</b></span>
<span class="oldprice">原价:<del>{{marketPrice}}</del></span>
<span class="newprice">现价:<b class="promotion-price">{{salePrice}}</b></span>
{{^}}
<span class="newprice {{#presalePrice}}none{{/presalePrice}}">原价:<b class="promotion-price">¥{{marketPrice}}</b></span>
{{/if}}
... ...