收藏
回答

wx.openSetting

wx.openSetting({
  success: (res) => {    /*
     * res.authSetting = {
     *   "scope.userInfo": true,
     *   "scope.userLocation": true
     * }
     */
  }
})

我想问一下返回后的数据怎么调出来,用

console.log(

res.authSetting.scope.userInfo//打印不出来  报错

)

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

2 个回答

  • 小明
    小明
    2017-09-11

    谢谢大神

    2017-09-11
    有用
    回复
  • 深~
    深~
    2017-09-11

    res.authSetting["scope.userInfo"]


    2017-09-11
    有用
    回复
登录 后发表内容