小程序的地图中 显示的label点击事件相关文档在哪?
label: {
content: companyname + ‘\n(共’ + companypoint.workcount + ‘种职位)’,
color: ‘black’,
fontSize: 12,
borderRadius: 10,
bgColor: ‘#ffffff’,
padding: 3,
x: 12,
y: -57,
textAlign: ‘left’
}
label的点击事件怎么写?