Commit 72e9e971fdc18c9473733eb1630d6465b2d78e00
Merge branch 'qa' into 'master'
Qa See merge request !811
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.wxml
| ... | ... | @@ -220,7 +220,7 @@ |
| 220 | 220 | </view> |
| 221 | 221 | |
| 222 | 222 | |
| 223 | - <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}}"> | |
| 223 | + <view class="set-mes bdr_b-14" wx:if="{{presell.presell_type==0 && presell.deposit_pay_time>0 && presell.tail_pay_state==0 && !no_start && !wait_dj && order.order_status<2}}"> | |
| 224 | 224 | <view wx:if="{{order.store_prom}}"> |
| 225 | 225 | <icon color="#f23030" size="16" type="info"></icon> |
| 226 | 226 | {{order.store_prom}} | ... | ... |