引入腾讯地图api import QQMapWX from '../../static/js/qqmap-wx-jssdk.js' //官网下载保存到static文件夹引入 1.定位当前位置 uni.getLocation({ type: 'gcj02', success: res => { this.covers[0].latitude = res.latitude; this.covers[0].longitude = res.longitude; this.latitude = res.latitude; this.l