小程序
小游戏
企业微信
微信支付
扫描小程序码分享
getPhoneNumber中报错
getPhoneNumber: fail api scope is not declared in the privacy agreement,errno:112
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
getPhoneNumber(e){ let _this = this; let getphone = e.target.dataset.getphone; let { encryptedData:encrypted_data,iv } = e.detail; wx.login({ success: function(res) { let code = res.code; const option = {encrypted_data,code,iv,..._this.data.scene} _this.distribution_login(option,getphone); } }) },
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
隐私协议加一下
更新一下隐私协议
在mp后台 -> 设置 -> 服务内容声明 -> 用户隐私保护指引中声明收集该组件对应的隐私类型【收集你的手机号】,完善隐私协议,勾选对应的接口。审核后,过一个小时,重启开发工具试试
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
getPhoneNumber(e){ let _this = this; let getphone = e.target.dataset.getphone; let { encryptedData:encrypted_data,iv } = e.detail; wx.login({ success: function(res) { let code = res.code; const option = {encrypted_data,code,iv,..._this.data.scene} _this.distribution_login(option,getphone); } }) },
隐私协议加一下
更新一下隐私协议
在mp后台 -> 设置 -> 服务内容声明 -> 用户隐私保护指引中声明收集该组件对应的隐私类型【收集你的手机号】,完善隐私协议,勾选对应的接口。审核后,过一个小时,重启开发工具试试