suspend-cart.hbs 249 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>
    {{/unless}}
</div>