获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
请问这个问题解决了吗?我也遇到这个问题,求解答,谢谢。
getLocation,换了位置后经纬度坐标为什么不变?wx.getLocation在单位获取经纬度后,回家测试经纬度坐标不变化。海拔信息也不能显示,求指教我使用的调用如下: var that = this wx.getLocation({ type: 'gcj02', altitude: true, isHighAccuracy: true, success: function (res) { console.log(res) that.setData({ longitude: res.longitude, latitude: res.latitude, altitude: res.altitude, }) }, }) 开发环境版本[图片]
2020-05-02