Commit 27dfa515ada1a7dd281d3d0ae1b2e8226768b246
1 parent
ae071045
秒杀不让使用优惠券
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2/cart2.wxml
@@ -270,7 +270,7 @@ | @@ -270,7 +270,7 @@ | ||
270 | </view> | 270 | </view> |
271 | 271 | ||
272 | <!-- 循环那些还没有被其他门店选择的券 --> | 272 | <!-- 循环那些还没有被其他门店选择的券 --> |
273 | - <view class="xc-coupon-effect flex-vertical flex-space-between" wx:for="{{selected_quan_list && selected_quan_list.length>0}}" wx:if="{{!item.is_using}}"> | 273 | + <view class="xc-coupon-effect flex-vertical flex-space-between" wx:for="{{selected_quan_list}}" wx:if="{{!item.is_using}}" > |
274 | <view class="xc-goods-coupon "> | 274 | <view class="xc-goods-coupon "> |
275 | <view class="xc-coupon-money">{{item.Sum}}元</view> | 275 | <view class="xc-coupon-money">{{item.Sum}}元</view> |
276 | <view class="flex xc-coupon-time">使用期限 | 276 | <view class="flex xc-coupon-time">使用期限 |