getSystemInfo这个组件为什么不返回地理位置的开关情况了?
wx.getSystemInfo({
success(res){
console.log(res)
}
})
之前都可以返回locationEnabled的状态现在就不行了????有点懵?
wx.getSystemInfo({
success(res){
console.log(res)
}
})
之前都可以返回locationEnabled的状态现在就不行了????有点懵?