map组件bindtap返回的touches为空

发布于 7 年前作者 yqiu12768 次浏览最后编辑 7 年前来自 ask
<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)
  }
0 回复
暂无回复