wx.openSetting
wx.openSetting({
success: (res) => { /*
* res.authSetting = {
* "scope.userInfo": true,
* "scope.userLocation": true
* }
*/
}
})
我想问一下返回后的数据怎么调出来,用
console.log(
res.authSetting.
scope.userInfo//打印不出来 报错
)