- 当前 Bug 的表现(可附上截图)
华为nova3 手机不兼容 wx.getLocation接口: 错误信息:errCode: 404, errMsg: "getLocation:fail:ERROR_SERVER_NOT_LOCATION"
- 预期表现
期望兼容机型
- 复现路径
机型:
try { console.log( 'start' ) wx.getLocation({ type: 'gcj02' , altitude: false , success(res) { console.log(res) const latitude = res.latitude const longitude = res.longitude const speed = res.speed const accuracy = res.accuracy }, fail (res) { console.log( 'fail' , res) } }) } catch (e){ console.log( 'catch' , e) } |
- 提供一个最简复现 Demo
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
Location的代码片段
https://developers.weixin.qq.com/s/ougcQSmJ7y8S
请在华为nova3下测试。
这个配置了吗?
这个我是有的。其他的手机都行,我测试了iphone XR,三星galax, 华为畅想7都可以的,就华为nova 3不可以
https://developers.weixin.qq.com/miniprogram/dev/devtools/rc.html试下预发布版本预览?