onload() {
wx.getPrivacySetting({
success: res => {
if (res.needAuthorization) {
// 没同意,需要协议
this.showPrivacy = true
} else {
// 已经同意过了,不需要协议
this.showPrivacy = false
}
},
fail(err) {
console.log(err);
}
})
}
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
协议是否有更新、是否有卸载过小程序、是否有在开发工具上清除授权记录