标签:this gcj rev type div 小程序 gcj02 nbsp color
getLocal(){ let that=this; wx.getLocation({ type: ‘gcj02‘, success(res) { const latitude = res.latitude const longitude = res.longitude console.log(latitude) console.log(longitude) that.getLocalMess(latitude,longitude) } }) }, getLocalMess(lat,lon){ var _this = this; qqmapsdk.reverseGeocoder({ //位置坐标,默认获取当前位置,非必须参数 location: { latitude: lat, longitude: lon }, success: function(res) {//成功后的回调 console.log(res); }, fail: function(error) { console.error(error); }, complete: function(res) { console.log(res); } }) },
标签:this gcj rev type div 小程序 gcj02 nbsp color
原文地址:https://www.cnblogs.com/dianzan/p/13113467.html