Showing
1 changed file
with
1 additions
and
1 deletions
@@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
89 | 89 | ||
90 | <section class="block"> | 90 | <section class="block"> |
91 | <ul class="sale-invoice"> | 91 | <ul class="sale-invoice"> |
92 | - {{#if isOrdinaryCart}} | 92 | + {{#if coupon.count}} |
93 | <li class="coupon"> | 93 | <li class="coupon"> |
94 | <a href="{{#if isLimit}}javascript:void(0);{{else}}/cart/index/new/selectCoupon{{/if}}"> | 94 | <a href="{{#if isLimit}}javascript:void(0);{{else}}/cart/index/new/selectCoupon{{/if}}"> |
95 | <span class="title">优惠券</span> | 95 | <span class="title">优惠券</span> |
-
Please register or login to post a comment