<!-- 基础库版本:2.23.4 -->
<!-- html -->
<view class="userinfo">
<button class="userinfo-nickname" bindtap="getUserProfile" hover-class="button-hover">微信授权</button>
</view>
<!-- js -->
getUserProfile(){
wx.getUserProfile({
desc: '',
success: (res) => {
console.log("获取用户信息成功", res)
},
fail: res => {
console.log("获取用户信息失败", res)
}
})
在开发工具和自己的手机上能正常获取用户昵称和头像,但是其他人的手机却显示“微信用户”,求大佬指教。
已不支持获取用户昵称和头像了,只能返回“微信用户”这个昵称。
参考公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01