您好,Pop对象需要传入一个element对象,可以通过document.getElementById('test2')获取到。
参考示例:http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#custom-bubble
pop绑定的element对象中有一个按钮,如果使用的是button标签,可以添加id属性,通过document.getElementById("buttonId")获取,事件通过onclick绑定。
参考:https://zhuanlan.zhihu.com/p/192999299