js: latitude: 40.069, longitude: 116.129, markers: [{ id: 382712, latitude: 40.07103, longitude: 116.12672, iconPath: '/image/zhfw.png', width: 16, height: 16, label: { content: '安云影像', color: '#db5712', x: -16, y: 6, fontSize: 8 }, callout: { content: '去逛逛', color: '#db5712', display: 'BYCLICK', borderRadius: 5, fontSize: 8, display: 'BYCLICK' }, anchor: { x: .5, y: .5 } }, { id: 382715, latitude: 40.071445, longitude: 116.12731, iconPath: '/image/mscy.png', width: 16, height: 16, label: { content: '安河家园小\n顾披萨外卖', color: '#db1296', x: -16, y: 6, fontSize: 8 }, callout: { content: '去逛逛', color: '#db1296', display: 'BYCLICK', borderRadius: 5, fontSize: 8, display: 'BYCLICK' }, anchor: { x: .5, y: .5 } } ], wxml: <map id="myMap" style="width: 100%; height: 100%;" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}" circles="{{circles}}" scale = "17" bindmarkertap="markertap" bindcallouttap = "bindcallouttap" bindtap="bindtap" show-location ></map>
map控件里label和callout同时使用map控件里label和callout同时使用,点击market,callout会同时出现两个。
2018-05-30这个问题我也遇到了,6.66安卓版本也存在。在label和callout同时存在时,点击market,会给label也声称一个callout,并且不会消失。请官方尽快解决。我微信459085
【bug反馈】小程序的新版地图组件与新版本的微信不兼容微信小程序新版地图组件解决了markers 丢点的bug,但出现了与新版本的微信兼容bug, 在IOS端6.6.7版的微信中,marker 上的气泡 callout 点击地图空白处无法隐藏,弹出层也出现闪现的情况。
2018-05-30