<map style="height: 300rpx;width: 100%;" enable-zoom="true" scale="12" :latitude="latitude" :longitude="longitude" :markers="covers" @tap="siteMap"></map>
- 发布:2022-06-06 17:15
- 更新:2024-06-13 21:32
- 阅读:623
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.3.10
浏览器平台: 微信内置浏览器
浏览器版本: 微信开发者工具1.052204250
项目创建方式: HBuilderX
操作步骤:
预期结果:
<map style="height: 300rpx;width: 100%;" enable-zoom="true" scale="12" :latitude="latitude" :longitude="longitude" :markers="covers" @tap="siteMap"></map>
<map style="height: 300rpx;width: 100%;" enable-zoom="true" scale="12" :latitude="latitude" :longitude="longitude" :markers="covers" @tap="siteMap"></map>
实际结果:
<map style="height: 300rpx;width: 100%;" enable-zoom="true" scale="12" :latitude="latitude" :longitude="longitude" :markers="covers" @tap="siteMap"></map>
<map style="height: 300rpx;width: 100%;" enable-zoom="true" scale="12" :latitude="latitude" :longitude="longitude" :markers="covers" @tap="siteMap"></map>
bug描述:
地图定位上有markers时 使用@tap 拉起导航时会触发两次,单独使用@markertap / @labeltap 则不会
1***@qq.com
你们这光听不改啊,h5页面中map组件的自定义气泡框和@tap时间无法获取经纬度都多长时间了,也没见你们改啊
2022-09-27 18:00
DCloud_UNI_WZF
回复 1***@qq.com: tap返回经纬度有平台兼容性,h5端并不支持
2022-09-28 11:05