Просмотр исходного кода

Merge branches '2025北京诚祥-家政版' and '2025北京诚祥-家政版' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥-家政版

tanxue 1 месяц назад
Родитель
Сommit
b3dd443433
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      pages/Login/test.vue

+ 4 - 1
pages/Login/test.vue

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