|
@@ -490,6 +490,7 @@ export default {
|
|
|
skuId: this.data.skuId,
|
|
skuId: this.data.skuId,
|
|
|
skuCount: this.skuCount,
|
|
skuCount: this.skuCount,
|
|
|
price:this.data.price,
|
|
price:this.data.price,
|
|
|
|
|
+ deliveryType:this.deliveryType,
|
|
|
contact: this.name,
|
|
contact: this.name,
|
|
|
contactPhone: this.phone,
|
|
contactPhone: this.phone,
|
|
|
contactAddr: this.address,
|
|
contactAddr: this.address,
|
|
@@ -502,6 +503,7 @@ export default {
|
|
|
skuId: this.data.skuId,
|
|
skuId: this.data.skuId,
|
|
|
skuCount: this.skuCount,
|
|
skuCount: this.skuCount,
|
|
|
price:this.data.price,
|
|
price:this.data.price,
|
|
|
|
|
+ deliveryType:this.deliveryType,
|
|
|
contactPhone: this.phoneNumber,
|
|
contactPhone: this.phoneNumber,
|
|
|
|
|
|
|
|
skuType: this.data.skuType,
|
|
skuType: this.data.skuType,
|
|
@@ -512,6 +514,7 @@ export default {
|
|
|
skuId: this.data.skuId,
|
|
skuId: this.data.skuId,
|
|
|
skuCount: this.skuCount,
|
|
skuCount: this.skuCount,
|
|
|
price:this.data.price,
|
|
price:this.data.price,
|
|
|
|
|
+ deliveryType:this.deliveryType,
|
|
|
reclaimAddr:this.reclaimAddr,
|
|
reclaimAddr:this.reclaimAddr,
|
|
|
|
|
|
|
|
skuType: this.data.skuType,
|
|
skuType: this.data.skuType,
|