调试安卓一键登录
This commit is contained in:
@@ -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()
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user