<map
id="myMap"
:style="{ width: '100%', height: mapHeigth }"
:latitude="latitude"
:longitude="longitude"
:markers="markers"
:scale="scale"
show-location
:polygons="polygons"
@markertap="handleMarkertap"
@regionchange="handleRegionchange"
@tap="onTapMarker"
>
</map>
tap 事件不可点击

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。