...
|
...
|
@@ -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}}</a>
|
|
|
<a href="{{cartUrl}}" class="num-incart iconfont"><span class="num-tag {{#unless @root.cartCount}}hide{{/unless}}">{{@root.cartCount}}</span></a>
|
|
|
{{#if addToCartUrl}}
|
|
|
<a id="addtoCart" href="javascript:;" class="addto-cart add-to-cart-url">{{#if tickets}}立即购买{{else}}加入购物车{{/if}}</a>
|
|
|
{{/if}}
|
...
|
...
|
|