体检app 优化

This commit is contained in:
binbin_pan 2024-09-19 14:28:45 +08:00
parent c35c333525
commit d2ee2ee6e9
2 changed files with 10 additions and 2 deletions

View File

@ -377,7 +377,11 @@ export default {
} else {
uni.showToast({
title: res.resMsg,
icon: 'none'
icon: 'none',
duration: 1500
})
uni.reLaunch({
url: '/pages/HealthExaminationApp/myAppointment/myAppointment'
})
}
},

View File

@ -277,7 +277,11 @@ export default {
} else {
uni.showToast({
title: res.resMsg,
icon: 'none'
icon: 'none',
duration: 1500
})
uni.reLaunch({
url: '/pages/HealthExaminationApp/myAppointment/myAppointment'
})
}
},