suspend-cart.hbs 308 Bytes
<div id="suspend-cart" class="suspend-cart">
    <a href="{{@root.cartUrl}}">
        <span class="iconfont">&#xe62c;</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>