Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -32,9 +32,9 @@ | @@ -32,9 +32,9 @@ | ||
32 | <a href="{{url}}">{{name}}</a> | 32 | <a href="{{url}}">{{name}}</a> |
33 | </div> | 33 | </div> |
34 | <div class="price"> | 34 | <div class="price"> |
35 | - <span class="sale-price {{^price}}no-price{{/price}}">¥{{salePrice}}</span> | 35 | + <span class="sale-price {{^price}}no-price{{/price}}">¥{{salePrice}}</span> |
36 | {{#price}} | 36 | {{#price}} |
37 | - <span class="market-price">¥{{.}}</span> | 37 | + <span class="market-price">¥{{.}}</span> |
38 | {{/price}} | 38 | {{/price}} |
39 | </div> | 39 | </div> |
40 | </div> | 40 | </div> |
-
Please register or login to post a comment