wx.getLocation 不准确
wx.getLocation返回的经度和维度不准确,怎么处理?
wx.getLocation({
type: ‘gcj02’,
success: function (res) {
console.log(“当前坐标:” + res.latitude + “/” + res.longitude);
},
fail: function(){
console.log(“坐标定位失败”)
},
complete: function(){
console.log(“坐标定位完成”)
}
})
},
