Commit d8757032b31cc2430f4cd205e1daec2d3a2b2635
1 parent
2303c9d9
预售尾款优惠券优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.wxml
| ... | ... | @@ -229,7 +229,7 @@ |
| 229 | 229 | </view> |
| 230 | 230 | |
| 231 | 231 | |
| 232 | - <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}}"> | |
| 232 | + <view class="set-mes bdr_b-14" wx:if="{{presell.presell_type==0 && presell.deposit_pay_time>0 && presell.tail_pay_state==0 && !wait_dj && order.order_status<2}}"> | |
| 233 | 233 | <view wx:if="{{order.store_prom}}"> |
| 234 | 234 | <icon color="#f23030" size="16" type="info"></icon> |
| 235 | 235 | {{order.store_prom}} | ... | ... |