Authored by biao

enable gifts edit in the cart. code review by Zhang Zhen

... ... @@ -56,13 +56,9 @@
</span>
{{/if}}
{{#unless isGift}}
<span class="iconfont icon-edit" data-count="{{count}}">&#xe61e;</span>
{{/unless}}
{{#unless isGift}}
<span class="iconfont icon-del" data-count="{{count}}">&#xe621;</span>
{{/unless}}
</p>
<p class="la-tag row clearfix">
{{#if lowStocks}}
... ...