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