小程序
小游戏
企业微信
微信支付
扫描小程序码分享
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
了解一下官方公告,或者看下这篇文章
https://developers.weixin.qq.com/community/develop/article/doc/000e2ad2c74870c42640306b36b813
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
以前的api现在获取的本来就是默认值了,新方式:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html
参考官方公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
了解一下官方公告,或者看下这篇文章
https://developers.weixin.qq.com/community/develop/article/doc/000e2ad2c74870c42640306b36b813
以前的api现在获取的本来就是默认值了,新方式:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html
参考官方公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01
var that = this;
wx.getUserProfile({
desc: ’;用于完善会员资料‘;,
success: (res) => {
console.log(res)
that.setData({
avatarUrl: res.userInfo.avatarUrl,
showButton: false
})
},
fail: (res) => {
console.log(res);
wx.showToast({
title: '获取头像失败',
icon: 'none'
})
}
})
},
还是灰色头像啊 我快疯了