配送方式

This commit is contained in:
zzyuan 2025-05-28 09:04:54 +08:00
parent b77bd5cd49
commit b60652d78e
1 changed files with 4 additions and 4 deletions

View File

@ -345,8 +345,8 @@ export default {
"consigneeMobile": "", "consigneeMobile": "",
"consigneeName": "", "consigneeName": "",
"costModelList": this.shoppingCartList[0].costModelList, "costModelList": this.shoppingCartList[0].costModelList,
"counterId": "", "counterId": this.detailData.counterId,
"deliveryAddr": this.detailData.deliveryAddr, "deliveryAddr": this.detailData.deliveryName,
"deliveryCosts": null, "deliveryCosts": null,
"deliveryFee": 0, "deliveryFee": 0,
"deliveryType": this.detailData.deliveryType, "deliveryType": this.detailData.deliveryType,
@ -412,8 +412,8 @@ export default {
"consigneeMobile": "", "consigneeMobile": "",
"consigneeName": "", "consigneeName": "",
"costModelList": this.shoppingCartList[0].costModelList, "costModelList": this.shoppingCartList[0].costModelList,
"counterId": "", "counterId": this.detailData.counterId,
"deliveryAddr": this.detailData.deliveryAddr, "deliveryAddr": this.detailData.deliveryName,
"deliveryCosts": null, "deliveryCosts": null,
"deliveryFee": 0, "deliveryFee": 0,
"deliveryType": this.detailData.deliveryType, "deliveryType": this.detailData.deliveryType,