Authored by 毕凯

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

@@ -10,7 +10,9 @@ @@ -10,7 +10,9 @@
10 background-color: transparent; 10 background-color: transparent;
11 z-index: 99; 11 z-index: 99;
12 } 12 }
13 - 13 + .none{
  14 + display: none;
  15 + }
14 .checkbox { 16 .checkbox {
15 position: absolute; 17 position: absolute;
16 top: 50%; 18 top: 50%;
@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
57 </span> 57 </span>
58 {{/if}} 58 {{/if}}
59 59
60 - <span class="iconfont icon-edit" data-count="{{count}}">&#xe61e;</span> 60 + <span class="iconfont icon-edit {{#if isAdvanceBuy}}none{{/if}} {{#if isGift}}none{{/if}}" data-count="{{count}}">&#xe61e;</span>
61 61
62 <span class="iconfont icon-del" data-count="{{count}}">&#xe621;</span> 62 <span class="iconfont icon-del" data-count="{{count}}">&#xe621;</span>
63 </p> 63 </p>