@@ -192,10 +192,13 @@
} else {
toast('登录失败,您的身份有误,请联系管理员。')
}
+ uni.hideLoading()
}).catch(err => {
store.setIsCanBack(true)
+ setTimeout(() => {
+ },4000)
}).finally(err => {
- uni.hideLoading()
})