getUserProfile(e) {
wx.getUserProfile({
desc: '用于完善用户资料',
success: (res) => {
console.log(res);
}
})
},
getUserInfo(e) {
wx.getUserInfo({
success: (res) => {
console.log(res);
}
})
},
//开发工具可以拉取授权弹框,但是真机就没有弹框
getUserProfile接口有调整,参考公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01 ;
getUserInfo 早就回收了,参考公告:https://developers.weixin.qq.com/community/develop/doc/000cacfa20ce88df04cb468bc52801 ;
头像昵称填写功能可以了解一下:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html 。
这两接口都要弃用了,高基础库用户,都不会调起弹窗。
8.0.16微信版本的应该还能调,但是早晚要对应的。可以看下楼上贴的公告。
请参考公告做出更改https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01
获取头像昵称请使用头像昵称填写能力