Showing
1 changed file
with
3 additions
and
3 deletions
@@ -94,15 +94,15 @@ | @@ -94,15 +94,15 @@ | ||
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> |
96 | {{# coupon}} | 96 | {{# coupon}} |
97 | - <span class="coupon-count"> | ||
98 | - {{count}}张可用 | ||
99 | - </span> | ||
100 | {{#if couponName}} | 97 | {{#if couponName}} |
101 | <span class="used coupon-use" data-name="{{couponName}}"> | 98 | <span class="used coupon-use" data-name="{{couponName}}"> |
102 | {{couponName}} | 99 | {{couponName}} |
103 | <i class="iconfont"></i> | 100 | <i class="iconfont"></i> |
104 | </span> | 101 | </span> |
105 | {{^}} | 102 | {{^}} |
103 | + <span class="coupon-count"> | ||
104 | + {{count}}张可用 | ||
105 | + </span> | ||
106 | <span class="not-used coupon-use"> | 106 | <span class="not-used coupon-use"> |
107 | {{#if isLimit}}该商品不可使用优惠券{{else}}未使用{{/if}} | 107 | {{#if isLimit}}该商品不可使用优惠券{{else}}未使用{{/if}} |
108 | <i class="iconfont"></i> | 108 | <i class="iconfont"></i> |
-
Please register or login to post a comment