This commit is contained in:
2026-04-09 10:12:23 +08:00
parent 124beb0666
commit 72e481c6c5
7 changed files with 68 additions and 66 deletions

View File

@ -250,13 +250,13 @@ export default {
address_id: Number(this.address.id), //地址id整数
recipient_name: this.address.name || '用户姓名', //用户姓名
phone: this.address.phone || '', //用户手机
park_desc: this.otherParkState || this.parkState || '', //停车描述
note: '' // 备注
park_desc: this.parkState || '', //停车描述
note: this.otherParkState || '' // 备注
};
uni.showLoading({
title: "处理中",
mask: true,
mask: true,
});
getdouyReview(data).then((res) => {