1. 首页
  2. 数据库
  3. 其它
  4. 小程序定位计算当前位置到附近商家的距离 点击商家跳转导航

小程序定位计算当前位置到附近商家的距离 点击商家跳转导航

上传者: 2021-01-09 07:20:57上传 PDF文件 119.29KB 热度 14次
引入腾讯地图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
下载地址
用户评论