1
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user