<button class="btn" type="primary" open-type="getUserInfo" @getuserinfo="wxGetUserInfo">授权</button>
通过上面的来获取用户数据,获取到的所有昵称都是微信用户,头像也不对,这个是啥回事?
rawData: {"nickName":"微信用户","gender":0,"language":"","city":"","province":"","country":"","avatarUrl":"https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132"}
2 个回复
l***@163.com
微信小程序已经废用getUserInfo接口,改用getUserProfile接口
chenli
小程序登录、用户信息相关接口调整说明
此次更新在 uni-app 可以正常使用。