小程序map组件marker 的点击事件不触发?
问题:marker设置了气泡label,定位在marker图片上, 点击文本不能触发marker的点击事件了
5 回复
机型:小米6,微信版本号:7.0.6,基础调试库:2.7.7
map组件marker的数据格式:
[{ callout: {content: "" }, height: 60, iconPath: "/assets/image/region.png", id: 0, label: {content: "10" , fontSize: 10, anchorX: -3, anchorY: -43}, latitude: "33.549939112272", longitude: "107.92883622761", name: "汉中市-佛坪县", width: 60, }] |
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)