上传者: 38686267
|
上传时间: 2021-10-28 19:07:30
|
文件大小: 119KB
|
文件类型: -
引入腾讯地图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