|
|
@@ -176,7 +176,8 @@
|
|
|
confirmParam: [],
|
|
|
type: '',
|
|
|
isFirstLoad: true,
|
|
|
- recordId: ''
|
|
|
+ recordId: '',
|
|
|
+ productValueSelect:''
|
|
|
}
|
|
|
},
|
|
|
|
|
|
@@ -190,7 +191,7 @@
|
|
|
this.type = options.type;
|
|
|
this.isFirstLoad = true;
|
|
|
this.recordId = options.recordId || '';
|
|
|
-
|
|
|
+ this.productValueSelect=options.productValueSelect||''
|
|
|
if (options.type == 'win') {
|
|
|
this.getKey()
|
|
|
}
|
|
|
@@ -285,7 +286,8 @@
|
|
|
totalNum: this.totalNum,
|
|
|
productId: this.productId,
|
|
|
orderKey: this.orderKey,
|
|
|
- couponUserId: this.couponUserId || ''
|
|
|
+ couponUserId: this.couponUserId || '',
|
|
|
+ attrValueId:this.productValueSelect
|
|
|
}
|
|
|
|
|
|
computed(data).then(res => {
|
|
|
@@ -337,13 +339,12 @@
|
|
|
userName: this.address.realName,
|
|
|
remark:this.orderData.remark||'',
|
|
|
userPhone: this.address.phone,
|
|
|
- userAddress: this.address.province + ' ' + this.address.city + ' ' + this.address.district + ' ' +
|
|
|
- this.address
|
|
|
- .detail,
|
|
|
+ userAddress: this.address.province + ' ' + this.address.city + ' ' + this.address.district + ' ' +this.address.detail,
|
|
|
cartId: "5",
|
|
|
productId: this.productId,
|
|
|
totalNum: this.totalNum,
|
|
|
- couponUserId: this.couponUserId
|
|
|
+ couponUserId: this.couponUserId,
|
|
|
+ attrValueId:this.productValueSelect
|
|
|
|
|
|
}
|
|
|
|