Authored by 毕凯

Merge branch 'feature/order' of git.dev.yoho.cn:web/yohobuy into feature/order

... ... @@ -10,7 +10,9 @@
background-color: transparent;
z-index: 99;
}
.none{
display: none;
}
.checkbox {
position: absolute;
top: 50%;
... ...
... ... @@ -57,7 +57,7 @@
</span>
{{/if}}
<span class="iconfont icon-edit" data-count="{{count}}">&#xe61e;</span>
<span class="iconfont icon-edit {{#if isAdvanceBuy}}none{{/if}} {{#if isGift}}none{{/if}}" data-count="{{count}}">&#xe61e;</span>
<span class="iconfont icon-del" data-count="{{count}}">&#xe621;</span>
</p>
... ...