Authored by 郝肖肖

第一次商品详情页添加商品,购物车数字未显示问题修复

... ... @@ -72,7 +72,7 @@
{{#unless @root.wap.common.removeCartCount}}
<input type="hidden" id="remove-cart-count" value="1">
{{/unless}}
<a href="{{cartUrl}}" class="num-incart iconfont">{{#if @root.cartCount}}<span class="num-tag">{{@root.cartCount}}</span>{{/if}}&#xe62c;</a>
<a href="{{cartUrl}}" class="num-incart iconfont"><span class="num-tag {{#unless @root.cartCount}}hide{{/unless}}">{{@root.cartCount}}</span>&#xe62c;</a>
{{#if addToCartUrl}}
<a id="addtoCart" href="javascript:;" class="addto-cart add-to-cart-url">{{#if tickets}}立即购买{{else}}加入购物车{{/if}}</a>
{{/if}}
... ...