地图上的marker点击事件无效
<map id=“map”
scale=“12”
longitude="{{longitude}}"
latitude="{{latitude}}"
bindcontroltap=“controltap”
markers="{{markers}}"
polyline="{{polyline}}"
bindregionchange=“regionchange”
markers="{{markers}}"
controls="{{controls}}"
bindmarkertap=“markertap”
>
//点击marker
markertap: function (e) {
console.log(e)
},