体检app 优化
This commit is contained in:
parent
c35c333525
commit
d2ee2ee6e9
|
|
@ -377,7 +377,11 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.resMsg,
|
title: res.resMsg,
|
||||||
icon: 'none'
|
icon: 'none',
|
||||||
|
duration: 1500
|
||||||
|
})
|
||||||
|
uni.reLaunch({
|
||||||
|
url: '/pages/HealthExaminationApp/myAppointment/myAppointment'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -277,7 +277,11 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.resMsg,
|
title: res.resMsg,
|
||||||
icon: 'none'
|
icon: 'none',
|
||||||
|
duration: 1500
|
||||||
|
})
|
||||||
|
uni.reLaunch({
|
||||||
|
url: '/pages/HealthExaminationApp/myAppointment/myAppointment'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue