Commit 89977dee authored by mahui's avatar mahui

点聚合加载

parent 6f05c39d
...@@ -1408,7 +1408,7 @@ ...@@ -1408,7 +1408,7 @@
let str = `<p style="font-weight: 700">${item.name}</p>`; let str = `<p style="font-weight: 700">${item.name}</p>`;
str += `<p>维护单位:${item.type}</p>`; str += `<p>维护单位:${item.type}</p>`;
str += `<p>摄像头类型:${item.category}机</p>`; str += `<p>摄像头类型:${item.category}机</p>`;
str += `<p>监控类型${item.features}</p>`; str += `<p>监控功能${item.features}</p>`;
let url = "static/blue.png"; let url = "static/blue.png";
url = `static/${item.type == "保安" || item.type == "电信" || item.type == "移动" || item.type == "华数" ? item.type : "普通监控"}.png`; url = `static/${item.type == "保安" || item.type == "电信" || item.type == "移动" || item.type == "华数" ? item.type : "普通监控"}.png`;
let label = new BMap.Label(str, opts); // 创建文本标注对象 let label = new BMap.Label(str, opts); // 创建文本标注对象
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment