sunlupeng 1 年之前
父節點
當前提交
6917744297
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/HomeView/RedeemView.vue

+ 3 - 0
src/views/HomeView/RedeemView.vue

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