3***@qq.com
3***@qq.com
  • 发布:2021-02-06 09:51
  • 更新:2021-02-06 10:24
  • 阅读:463

app 点击按钮无法返回当前位置

分类:uni-app

nvue 页面, 点击按钮无法返回当前位置
onLoad(){
const that = this
that.mapContext = uni.createMapContext('map', that);
}
methods:{
handelXunbao(){
const that = this
that.mapContext.moveToLocation()
}

}

show-location也加了,app端点击按钮还是无法返回当前位置。

2021-02-06 09:51 负责人:无 分享
已邀请:
3***@qq.com

3***@qq.com (作者) - 胡兵

使用 that.$refs 解决了

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