uni-app map nvue 页面 返回我的位置moveToLocation 无效
9***@qq.com
- 发布:2021-05-12 09:52
- 更新:2021-12-23 16:03
- 阅读:1829
1 个回复
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开发,亲测可以实现