瀏覽代碼

二手删除返佣提示

zhengjinyi 3 年之前
父節點
當前提交
5429a53885
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      pages/seller/order/create-order.vue

+ 7 - 2
pages/seller/order/create-order.vue

@@ -475,8 +475,13 @@
 				console.log('优惠券金额',this.couponAmount)
 			},
 			orderSubmitMit(){//提交订单
-				this.modal = true
-				this.contentModalText = '请仔细确认订单是否为返佣订单后再提交订单'
+				console.log('secondflag',this.secondflag)
+				if(this.secondflag){
+					this.modal = true
+					this.contentModalText = '请仔细确认订单是否为返佣订单后再提交订单'
+				}else{
+					this.SellerCreateOrderSubmit()
+				}
 			},
 			handleClick(e){
 				//确认提交