使用最新调试基础库2.10.0,地图Map组件加载报错是什么原因?
使用开发工具调试基础库2.10.0加载地图map组件会出现Js异常,而转为使用2.9.4则不会。 代码块如下: <map id="xcbMap" style="height: {{winHeight}}rpx;width: 100%;position: absolute;" longitude="{{longitude}}" latitude="{{latitude}}"
scale="{{scale}}" markers="{{showModal==true?markers:markers_bak}}" bindmarkertap="bindmarkertap"
bindtap="bindClick" show-location />
[图片]