自定义动态生成infowindow的内容,如何给内容里的按钮添加点击事件
ahua52 opened this issue · 3 comments
ahua52 commented
场景是这样的:我有很多maker, 点击maker弹出对应的infowindow, infowindow里显示自定义的内容。其中有个按钮 我想点击它触发一个事件。请问该怎么做?
十分感谢
Junior2Ran commented
不太明白您的意思,<button onClick={()=>{console.log('click')}}/>
不就可以了吗
ahua52 commented
不行的 infowindow里的内容是html拼接上去的 传到infowindow 是个dom字符串形式传给text参数 而且text 只能接受字符串形式的
Junior2Ran commented