Merge branch 'feature/shoppingCart' of http://git.yoho.cn/fe/yohobuy-node into feature/shoppingCart
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -298,8 +298,8 @@ | @@ -298,8 +298,8 @@ | ||
298 | {{/unless}} | 298 | {{/unless}} |
299 | <div class="right"> | 299 | <div class="right"> |
300 | <p> | 300 | <p> |
301 | - <a href="/help/?category_id=87" class="yoho-coin" target="_blank"></a> | ||
302 | - 共返有货币:{{gainYohoCoin}}个   | 301 | + {{#if gainYohoCoin}}<a href="/help/?category_id=87" class="yoho-coin" target="_blank"></a> |
302 | + 共返有货币:{{gainYohoCoin}}个  {{/if}} | ||
303 | 已选商品<strong class="ins">{{selectedGoodsCount}}件</strong>   | 303 | 已选商品<strong class="ins">{{selectedGoodsCount}}件</strong>   |
304 | 商品金额:<b>¥ {{orderAmount}}</b> | 304 | 商品金额:<b>¥ {{orderAmount}}</b> |
305 | </p> | 305 | </p> |
-
Please register or login to post a comment