Commit 93e7940a3940185cefcb0db34f4e38bcab134fa2
Merge branch 'dev' into 'test'
全额订单详情不显示优惠券的选择 See merge request !809
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.wxml
@@ -220,7 +220,7 @@ | @@ -220,7 +220,7 @@ | ||
220 | </view> | 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 | <view wx:if="{{order.store_prom}}"> | 224 | <view wx:if="{{order.store_prom}}"> |
225 | <icon color="#f23030" size="16" type="info"></icon> | 225 | <icon color="#f23030" size="16" type="info"></icon> |
226 | {{order.store_prom}} | 226 | {{order.store_prom}} |