Commit 46a13879 by suolong

修复第三方登录首次不进入首页问题

parent 68a51a42
......@@ -847,6 +847,9 @@
[[FUSRouter userRouter] fus_showBindAgentPageWithNeedShowSkipBtn:YES showEnterInviteCodeBtn:NO success:^{
[weakSelf fus_doLoginReady];
}];
} else {
// 新注册用户且无需绑定代理时,直接进入主流程,避免卡在登录页
[weakSelf fus_doLoginReady];
}
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment