【已解决】:wx.getLocation()调用报错,文档查不到对应错误码,能否帮忙定位一下?
已解决
因为 getSystemInfo 显示的 "locationEnabled": false, 说明系统定位开关没开启。
调用方法:
wx.getLocation({
type: 'gcj02',
// ...
fail 钩子里的响应:
"errMsg": "getLocation:fail:ERROR_NOCELL&WIFI_LOCATIONSWITCHOFF",
"errCode": 2
用户手机信息:
"brand": "vivo",
"model": "V1936A",
"weChatVersion": "7.0.16",
"system": "Android 10",
"cameraAuthorized": true,
"locationAuthorized": true,
"bluetoothEnabled": false,
"locationEnabled": false,
"wifiEnabled": false,