<map
:latitude="latitude"
:longitude="longitude"
:scale="scale"
:enable-satellite="satellite"
:enable-traffic="true"
:show-location="true"
:markers="markers"
@markertap="onMaker"
></map>
onMaker(e) {
console.log('点击点', e)
}
1***@qq.com
- 发布:2020-05-29 18:13
- 更新:2021-07-20 15:31
- 阅读:1257
地图标记点,点击事件无反应
分类:uni-app
2 个回复
2***@qq.com
楼主这个解决了么?
8***@qq.com
傻逼uni 只有写死的marker才能触发markertap 那些接口请求过来动态生成的maeker根本不触发事件 那你这有毛用?