收藏
回答

wx.chooseLocation获取的经纬度会有0,0的时候?

wx.chooseLocation。获取的经纬度会有(0,0)的时候,在某些地方定位会出现(0,0)

方法

wx.chooseLocation({

          success: res => {

            that.latitude = res.latitude;

            that.longitude = res.longitude;

            console.log(res.latitude)

})

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容