liudan 6 months ago
parent c7f2e7f3fd
commit 4168c2fe52
  1. 2
      pages/users/order_confirm/index.vue

@ -1583,7 +1583,7 @@
title: '请阅读并勾选协议,否则无法进行操作' title: '请阅读并勾选协议,否则无法进行操作'
}); });
} }
if(!that.orderType){ if(!that.orderType&&that.productType!=1){
return that.$util.Tips({ return that.$util.Tips({
title: '请选择订单类型' title: '请选择订单类型'
}); });

Loading…
Cancel
Save