Browse Source

2023-11-2

cmy 1 year ago
parent
commit
c90d0ad5cc
1 changed files with 2 additions and 3 deletions
  1. 2 3
      pages/goods/order_confirm/index.vue

+ 2 - 3
pages/goods/order_confirm/index.vue

@@ -330,13 +330,11 @@
 				confirm: '', //自定义留言
 				date: this.$t(`请选择`),
 				time: this.$t(`请选择`),
-
 				canvasWidth: "",
 				canvasHeight: "",
 				canvasStatus: false,
 				newImg: [],
-
-
+				deliveryType: 1,
 				textareaStatus: true,
 				//支付方式
 				cartArr: [{
@@ -482,6 +480,7 @@
 				tab: 3,
 				url: 1
 			});
+			this.deliveryType = options.delivery_type || 1;
 			this.couponId = options.couponId || 0;
 			this.noCoupon = Number(options.noCoupon) || 0;
 			this.pinkId = options.pinkId ? parseInt(options.pinkId) : 0;