layer2=L.supermap.echartsLayer(option) layer2.setOption(option) layer2.on("click",function () { alert(1) })
给leaflet框架下的echarts图层绑定点击事件无效果