Commit 1ce60018d13cb471b63ece5278e606beb827f34c
1 parent
2aae1af0
小程序预售优惠券显示的bug提交
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.wxml
@@ -225,7 +225,7 @@ | @@ -225,7 +225,7 @@ | ||
225 | </view> | 225 | </view> |
226 | 226 | ||
227 | 227 | ||
228 | - <view class="set-mes bdr_b-14" wx:if="{{presell.deposit_pay_time>0 && presell.tail_pay_state==0 && !no_start && !wait_dj}}"> | 228 | + <view class="set-mes bdr_b-14" wx:if="{{presell.deposit_pay_time>0 && presell.tail_pay_state==0 && !no_start && !wait_dj && order.order_status<2}}"> |
229 | <view wx:if="{{order.store_prom}}"> | 229 | <view wx:if="{{order.store_prom}}"> |
230 | <icon color="#f23030" size="16" type="info"></icon> | 230 | <icon color="#f23030" size="16" type="info"></icon> |
231 | {{order.store_prom}} | 231 | {{order.store_prom}} |