摘要: // 当前地址 getA () { wx.getLocation({ success: res => { wx.getLocation({ type: 'wgs84', success: res => { this.log = res.latitude + ',' + res.longitude } }) } }) // 腾讯地图 /* this.qqMapSdk.reverseGeocoder( 阅读全文
posted @ 2019-09-18 14:43 fm060 阅读(465) 评论(0) 推荐(0)