map组件bindtap返回的touches为空
发布于 5 年前 作者 yqiu 12676 次浏览 来自 问答
<map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="16" markers="{{markers}}" polyline="{{polyline}}" bindregionchange='bindregionchange'   show-location="{{true}}" bindtap='touchmap'></map>
touchmap:function(e){
    console.log(e)
  }
回到顶部