在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
在manifest.json里面修改 "permission" : { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位 } } 在menthods使用 getLocation(success) { //打开外部地图 uni.getLocation({ success(res) { console.log('定位1',res) uni.openLocation({ latitude: res.latitude, longitude: res.longitude, scale: 18 }) } }) },
|
请发表评论