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
编译通过,login() 方法能呼起微信客户端,但在微信客户端点击授权完成后,回到我的客户端后,login() 方法返回的 promise.then() 或 catch() 都没有继续执行,无法获取结果,也一直没有报错。
login()
promise.then()
catch()
执行 isWXAppSupportApi() 能返回 true。
isWXAppSupportApi()
true
已确保微信 app id 正确可用,客户端 bundle id 也已经填写正确。
我的环境是: react-native: v0.42 react-native-wx: v3.0.3 xCode: v8.2.1 macOS: v10.12 微信:v6.5.5
十分感谢 😂
The text was updated successfully, but these errors were encountered:
@Cap32 你解决了吗?
Sorry, something went wrong.
没有哇 😂
@Cap32 你的分享有没有返回参数?
@TrustTheBoy 和 login() 一毛一样,调用后 then() 或 catch() 都没有继续执行 😂
then()
No branches or pull requests
编译通过,
login()
方法能呼起微信客户端,但在微信客户端点击授权完成后,回到我的客户端后,login()
方法返回的promise.then()
或catch()
都没有继续执行,无法获取结果,也一直没有报错。执行
isWXAppSupportApi()
能返回true
。已确保微信 app id 正确可用,客户端 bundle id 也已经填写正确。
我的环境是:
react-native: v0.42
react-native-wx: v3.0.3
xCode: v8.2.1
macOS: v10.12
微信:v6.5.5
十分感谢 😂
The text was updated successfully, but these errors were encountered: