|
@@ -698,6 +698,7 @@ export default {
|
|
|
this.dialogVisible = false;
|
|
|
if (this.deliveryType == "1") {
|
|
|
var params = {
|
|
|
+ actId: this.activeType,
|
|
|
voucher:this.voucher,
|
|
|
skuId: this.data.skuId,
|
|
|
skuCount: this.skuCount,
|
|
@@ -715,6 +716,7 @@ export default {
|
|
|
};
|
|
|
} else if (this.deliveryType == "4") {
|
|
|
var params = {
|
|
|
+ actId: this.activeType,
|
|
|
voucher:this.voucher,
|
|
|
skuId: this.data.skuId,
|
|
|
skuCount: this.skuCount,
|
|
@@ -727,6 +729,7 @@ export default {
|
|
|
};
|
|
|
} else {
|
|
|
var params = {
|
|
|
+ actId: this.activeType,
|
|
|
voucher:this.voucher,
|
|
|
skuId: this.data.skuId,
|
|
|
skuCount: this.skuCount,
|