Skip to content
New issue

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

登录失败 Error: 获取微信用户信息失败,请检查网络状态 #36

Open
zhangbird opened this issue Jun 28, 2018 · 1 comment

Comments

@zhangbird
Copy link

<script> import {get} from '@/util' import qcloud from 'wafer2-client-sdk' import config from '@/config' export default { created() { console.log('start') console.log(config.loginUrl) qcloud.setLoginUrl(config.loginUrl) qcloud.login({ success: function (userInfo) { console.log('登录成功', userInfo) }, fail: function (err) { console.log('登录失败', err) } }); } } </script>

本地环境调试 安装的wafer2-client-sdk 获取不到用户信息

@jas0ncn
Copy link
Contributor

jas0ncn commented Jun 29, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants