-
Status changed to merged
-
mentioned in commit 93e7940a3940185cefcb0db34f4e38bcab134fa2
Showing
1 changed file
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}} | ... | ... |