小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信小程序 map组件 markers 的lable属性点击有问题
点击lable 会弹出 callout 的气泡窗口 而且一个marker 会弹出两个相同的callout 而且点地图空白的地方无法关闭掉callout
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
wechatide://minicode/NyDzL8mq7wyO
var marker= {
id: num,
iconPath: '/image/location.png',
latitude: res.data.adminMap[i].A_B_WGS84,
longitude: res.data.adminMap[i].A_L_WGS84,
title: res.data.adminMap[i].car_no,
width: 40,
height: 35,
anchor: { x: .5, y: 1 } ,
label: {
content: res.data.adminMap[i].car_no + "(车队)",
color: '#fc4954',
fontSize: 16,
textAlign: 'left',
x:-50
},
callout: {
content: content,
color: "#000000",
fontSize: "16",
borderRadius: "10",
bgColor: "#ffffff",
padding: "10",
display: 'BYCLICK'
}
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
wechatide://minicode/NyDzL8mq7wyO
var marker= {
id: num,
iconPath: '/image/location.png',
latitude: res.data.adminMap[i].A_B_WGS84,
longitude: res.data.adminMap[i].A_L_WGS84,
title: res.data.adminMap[i].car_no,
width: 40,
height: 35,
anchor: { x: .5, y: 1 } ,
label: {
content: res.data.adminMap[i].car_no + "(车队)",
color: '#fc4954',
fontSize: 16,
textAlign: 'left',
x:-50
},
callout: {
content: content,
color: "#000000",
fontSize: "16",
borderRadius: "10",
bgColor: "#ffffff",
padding: "10",
display: 'BYCLICK'
}
}