This commit is contained in:
唐明明
2023-02-13 11:58:29 +08:00
parent da7b903547
commit 8d8c14ec66
33 changed files with 879 additions and 90 deletions

View File

@@ -107,6 +107,7 @@
} catch (err){
this.$Router.replaceAll({name: 'Index'})
}
uni.hideLoading()
}).catch(err => {
uni.showToast({
title: err.message,
@@ -125,6 +126,7 @@
this.captchaImg = img
this.captchaKey = key
this.captchaShow = true
uni.hideLoading()
}).catch(err => {
uni.showToast({
title: err.message,