sunlupeng 1 년 전
부모
커밋
b41082fee9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/HomeView/RedeemView.vue

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

@@ -936,7 +936,7 @@ export default {
                     voucher: this.voucher,
                     skuId: this.data.skuId,
                     skuCount: this.skuCount,
-                    redeemPoints: this.data.redeemPoints,
+                    price: this.data.price,
                     deliveryType: this.deliveryType,
                     contact: this.name,
                     contactPhone: this.phone,
@@ -954,7 +954,7 @@ export default {
                     voucher: this.voucher,
                     skuId: this.data.skuId,
                     skuCount: this.skuCount,
-                    redeemPoints: this.data.redeemPoints,
+                    price: this.data.price,
                     deliveryType: this.deliveryType,
                     contactPhone: this.phoneNumber,
 
@@ -967,7 +967,7 @@ export default {
                     voucher: this.voucher,
                     skuId: this.data.skuId,
                     skuCount: this.skuCount,
-                    redeemPoints: this.data.redeemPoints,
+                    price: this.data.price,
                     deliveryType: this.deliveryType,
                     reclaimAddr: this.reclaimAddr,