配送方式
This commit is contained in:
parent
b77bd5cd49
commit
b60652d78e
|
|
@ -345,8 +345,8 @@ export default {
|
|||
"consigneeMobile": "",
|
||||
"consigneeName": "",
|
||||
"costModelList": this.shoppingCartList[0].costModelList,
|
||||
"counterId": "",
|
||||
"deliveryAddr": this.detailData.deliveryAddr,
|
||||
"counterId": this.detailData.counterId,
|
||||
"deliveryAddr": this.detailData.deliveryName,
|
||||
"deliveryCosts": null,
|
||||
"deliveryFee": 0,
|
||||
"deliveryType": this.detailData.deliveryType,
|
||||
|
|
@ -412,8 +412,8 @@ export default {
|
|||
"consigneeMobile": "",
|
||||
"consigneeName": "",
|
||||
"costModelList": this.shoppingCartList[0].costModelList,
|
||||
"counterId": "",
|
||||
"deliveryAddr": this.detailData.deliveryAddr,
|
||||
"counterId": this.detailData.counterId,
|
||||
"deliveryAddr": this.detailData.deliveryName,
|
||||
"deliveryCosts": null,
|
||||
"deliveryFee": 0,
|
||||
"deliveryType": this.detailData.deliveryType,
|
||||
|
|
|
|||
Loading…
Reference in New Issue