提交 6dcf012a 编写于 作者: Q qiang

fix: 解决 App 端 regionchange 事件报错的问题

上级 cb605e27
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
this.$trigger('click', {}, e) this.$trigger('click', {}, e)
} }
map.onstatuschanged = (e) => { map.onstatuschanged = (e) => {
this.$trigger('regionchange', {}, e) this.$trigger('regionchange', {}, {})
} }
this._addMarkers(this.markers) this._addMarkers(this.markers)
this._addMapLines(this.polyline) this._addMapLines(this.polyline)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册