We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬有没有继续更新的想法啊? 1,某个页面,需要实名认证的情况下才能操作,否则跳转实名认证页面 实名认证页面又需要登录后才能跳转。。。。。 这种情况下该怎么做呢? 2,比如我要执行一项操作(跳转flutter的页面,而不是打开Activity),这项操作需要登录才行 这种情况,应该怎么弄?
The text was updated successfully, but these errors were encountered:
对于第一个问题可以直接扩展,优先判断登陆,然后判断认证,大概逻辑就是跳转目标页面时,首先被拦截到登陆,由登陆跳目标页面时又被拦截去认证,在认证成功后跳目标页面。 第二种不知道我没搞过flutter
Sorry, something went wrong.
No branches or pull requests
大佬有没有继续更新的想法啊?
1,某个页面,需要实名认证的情况下才能操作,否则跳转实名认证页面
实名认证页面又需要登录后才能跳转。。。。。
这种情况下该怎么做呢?
2,比如我要执行一项操作(跳转flutter的页面,而不是打开Activity),这项操作需要登录才行
这种情况,应该怎么弄?
The text was updated successfully, but these errors were encountered: