我是写在 app.js onLaunch: 函数里面;初始化就授权 wx.getSetting({ success: res => { //这里打印res 得到 authSetting数组里scope 三条相关信息都是true 如果拒绝授权 res.authSetting['scope.userInfo'] &#