使用vue调用百度地图demo报错TypeError: Cannot read property 'Yb' of undefined
代码如下
this.map = new window.BMap.Map("containerMap") let point = new window.BMap.Point(116.404, 39.915) this.map.centerAndZoom(point, 15)
代码就是差不多照着百度地图文档的demo做的, 而且非常神奇的是, 同一段代码在别的页面中就是可以显示地图的, 但是就是在要显示的页面中调用报错了, 有没有遇到过...谢谢!
weixin_慕数据5426255
相关分类