{ // var aa = await L.popup({ autoClose: false, closeOnClick: true, minWidth: "300", classN_span 按钮点">
赞
踩
markers[i].on("click", () => { // var aa = await L.popup({ autoClose: false, closeOnClick: true, minWidth: "300", className: "popClass1" }) .setLatLng([this.site[i].lat, this.site[i].lng]) .setContent( `<div > <span style="height:50px;line-height:50px ">反馈图片:</span> <ul id="ulFather"> </ul> <div style="height:50px;line-height:50px " > <span>反馈内容:</span>${ Boolean(this.site[i].content) ? this.site[i].content : "暂无反馈内容" }<br/> </div> <div> <span>经度:${ this.site[i].lng }<br /></span><br /><span>纬度:${ this.site[i].lat }<br /></span> </div> </div> ` ) .openOn(map);
为每个 点添加 事件 图片添加在ul元素的 后面 ,在设置 setContent 时添加的动态元素 添加 setTimeout 完美解决问题 ,但没有想明白为啥
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。