收藏
回答

隐私政策agree之后还是访问不了用户信息接口?

<button
  id="agree-btn"
  open-type="agreePrivacyAuthorization"
  class="btn confirm"
  bindagreeprivacyauthorization="handleAgree"
>
  同意并进入
</button>


methods: {
  handleAgree() {
    this.triggerEvent('confirm')
  }
}


调试断点是是有进到handleAgree方法的,此时调用接口报错:getUserInfo:fail api scope is not declared in the privacy agreement。

后台配置了隐私政策,

而且调用wx.getPrivacySetting获取的needAuthorization是false,证明点击按钮是生效的。

请问是什么问题?


回答关注问题邀请回答
收藏

3 个回答

登录 后发表内容