<div id="suspend-cart" class="suspend-cart">
<a href="{{@root.cartUrl}}">
<span class="iconfont"></span>
</a>
{{#unless @root.wap.common.removeCartCount}}
<span class="cart-count hide">0</span>
<input type="hidden" id="remove-cart-count" value="1">
{{/unless}}
</div>