重新登陆传参

This commit is contained in:
shijingjing
2023-03-20 17:21:22 +08:00
parent 7647f30a4c
commit 49d43d14e6
4 changed files with 21 additions and 13 deletions

View File

@@ -152,7 +152,8 @@ export default {
}).then(res=> {
if(res?.code==0) {
this.$u.toast('提交成功')
this.autoLogin()
this.autoLogin({ loginWay:'qujing'})
uni.$emit('auth')
setTimeout(() => {
uni.navigateBack()
}, 600);