Commit 1ce60018d13cb471b63ece5278e606beb827f34c

Authored by yvan.ni
1 parent 2aae1af0

小程序预售优惠券显示的bug提交

packageC/pages/presell/cart/cart.wxml
... ... @@ -225,7 +225,7 @@
225 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 229 <view wx:if="{{order.store_prom}}">
230 230 <icon color="#f23030" size="16" type="info"></icon>
231 231 {{order.store_prom}}
... ...