@@ -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;