房源信息模块

This commit is contained in:
gxwebsoft
2023-08-08 20:02:22 +08:00
parent 1b923e5cff
commit 93e0876e13
11 changed files with 343 additions and 146 deletions

View File

@@ -161,11 +161,10 @@
HouseReservationApi.addHouseReservation(app.form).then(result => {
app.$toast(result.message)
}).catch(err => {
uni.$u.toast(err)
uni.$u.toast(err.message)
})
}).catch(errors => {
console.log("errors: ",errors);
uni.$u.toast('校验失败')
// uni.$u.toast('校验失败')
})
},
}