获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
没报错,直接调用失败,基础库2.32.2以下就没问题。
微信小程序隐私保护指引基础库升到2.32.3后,wx.getUserProfile调用失败,啥原因?微信小程序隐私保护指引基础库升到2.32.3后,wx.getUserProfile调用失败,啥原因?
2023-09-07wx.getUserProfile的基础库调到2.32.3及以上版本就调用失败,啥原因啊?
使用最新的 3.0.0 基础库,wx.getUserProfile 调用会失败,提示见截图async onLoginTap (e) { const userProfile = await wx.getUserProfile({ desc:'判断用户是否已注册', }).catch(res=>{ infoAlert('无法登录') console.log(res) }) if (!userProfile) return; this.login(userProfile) } [图片]
2023-09-07