有新发现

发布于 6 年前作者 yaomin12031 次浏览最后编辑 6 年前来自 ask

上线后,定位经纬度有时获取不到,好郁闷

1 回复
rcai
rcai1 楼4 年前

用的这个接口

wx.getLocation({

        type: ‘gcj02’,//wgs84

        success: function (res) {

          var latitude = res.latitude

          var longitude = res.longitude

          console.log(‘----------开始定位成功------’)

          user.lat = latitude

          user.lng = longitude

 

        }

      })