1229修改

This commit is contained in:
2023-12-29 02:23:35 +08:00
parent 8733d995ec
commit 6dcbf07b54
6 changed files with 43 additions and 29 deletions

View File

@@ -108,9 +108,9 @@
if(!surgery_time.value) {
return
}
if(!choosed_h.value || !choosed_h.value.ID) {
return
}
// if(!choosed_h.value || !choosed_h.value.ID) {
// return
// }
let user_info = JSON.parse(uni.getStorageSync('userInfo'))
let h_query = {
isSurgery:parseInt(isSurgery.value),