调试安卓一键登录

This commit is contained in:
唐明明
2021-10-11 16:33:52 +08:00
parent ce1f3ff02f
commit 0c19bec510
54 changed files with 70 additions and 62 deletions

View File

@@ -69,10 +69,19 @@ class userAuth {
})
},
fail : err=> {
router.push({name: 'Login'})
uni.showToast({
title: err,
icon : 'none'
})
// router.push({name: 'Login'})
},
complete() {
uni.hideLoading()
complete: comp=> {
uni.showToast({
title: comp,
icon : 'none'
})
// uni.hideLoading()
}
})
})