<button class="start-diancan" @tap="getUserProfile">微信授权</button>
getUserProfile() {
uni.getUserProfile({
desc: '用于完善会员资料',
lang: 'zh_CN',
success: infoRes => {
console.log(infoRes)
},
fail: err => {
console.log('授权失败', res)
}
})
}
比较低的就可以,我看文档也没有写低那个调试库就会弹不出来啊。这是怎么一会事儿呢。
身为一个菜鸟,我应该做些什么呢?
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
getUserProfile接口有调整,参考公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01 。
头像昵称填写功能可以了解一下:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html