Closed slowlow79464 closed 1 year ago
已经收到哦~~~~
可能没有获取到正确的 context(即 context 没有正确 bind 到 map 组件上),建议通过 kbone 提供的扩展方法来获取 context:
https://wechat-miniprogram.github.io/kbone/docs/domextend/#dom-getcontext
可以了!!! 谢谢大佬
let mapCtx = document.querySelector('#myMap').$$getContext().then(context=>{
context.moveToLocation()
})
你用 vue 的话,也可以用 ref 拿 dom 节点,可能在某些场景会更方便些
好的,感谢~
调用MapContext的moveToLocation方法时毫无反应,,。不知道是哪里除了问题,,。 同样的实现在小程序上可以直接使用。
kbone代码
小程序代码: index.wxml
index.js