From ba3d748f9eb65a66fca9bd74fc7796b90a0a70ae Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 30 六月 2023 09:06:15 +0800 Subject: [PATCH] Merge branch 'release/v1.1.3发布' --- uniapp/pages/login/setInviteCode.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/uniapp/pages/login/setInviteCode.vue b/uniapp/pages/login/setInviteCode.vue index 59e2ca3..66e25db 100644 --- a/uniapp/pages/login/setInviteCode.vue +++ b/uniapp/pages/login/setInviteCode.vue @@ -150,7 +150,10 @@ this.$u.api.getUserInfo({}).then(e => { console.log(e) util.setCache('userInfo', e.data.userinfo); - if (e.data.userinfo.isPwd == 'N') { + uni.switchTab({ + url: '../index/index' + }) + /* if (e.data.userinfo.isPwd == 'N') { uni.redirectTo({ url: './setPass' }) @@ -158,7 +161,7 @@ uni.switchTab({ url: '../index/index' }) - } + }*/ }).catch(function (err) { console.log(err) }) -- Gitblit v1.9.3