有个帖子上回复说bindrendererror来判断,但我在map的api上没看到这个绑定事件,试了一下也不打印东西啊
<map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" show-location="true" scale="{{scale}}" markers="{{markers}}" bindmarkertap="makertap" bindrendererror="getError"></map>
getError(error){
console.log('同层渲染',error);
}
判断版本号
我想通过判断 来区分是否支持同层渲染 用 cover-view来兼容下 舍弃一些功能~