9***@qq.com
9***@qq.com
  • 发布:2021-05-12 09:52
  • 更新:2021-12-23 16:03
  • 阅读:1628

uni-app map nvue 页面 返回我的位置moveToLocation 无效

分类:nvue

uni-app map nvue 页面 返回我的位置moveToLocation 无效

2021-05-12 09:52 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com

this.appMap.moveToLocation({
latitude: lat,
longitude: lon,
success:function(res){
console.log(JSON.stringify(res))
uni.showModal({
content: JSON.stringify(res),
showCancel: false
});
},
fail:function(e){
uni.showModal({
content: JSON.stringify(e),
showCancel: false
});
}
})
App开发,亲测可以实现

该问题目前已经被锁定, 无法添加新回复