sunlupeng %!s(int64=2) %!d(string=hai) anos
pai
achega
6917744297
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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,