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