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,