h5 购物车赠品和加价购商品不需要显示编辑按钮
Showing
4 changed files
with
5 additions
and
3 deletions
@@ -55,9 +55,11 @@ | @@ -55,9 +55,11 @@ | ||
55 | VIP | 55 | VIP |
56 | </span> | 56 | </span> |
57 | {{/if}} | 57 | {{/if}} |
58 | - | ||
59 | - <span class="iconfont icon-edit" data-count="{{count}}"></span> | ||
60 | - | 58 | + {{#unless isAdvanceBuy}} |
59 | + {{#unless isGift}} | ||
60 | + <span class="iconfont icon-edit" data-count="{{count}}"></span> | ||
61 | + {{/unless}} | ||
62 | + {{/unless}} | ||
61 | <span class="iconfont icon-del" data-count="{{count}}"></span> | 63 | <span class="iconfont icon-del" data-count="{{count}}"></span> |
62 | </p> | 64 | </p> |
63 | <p class="la-tag row clearfix"> | 65 | <p class="la-tag row clearfix"> |
-
Please register or login to post a comment