Commit 2d85ca7a authored by mahui's avatar mahui

点聚合加载

parent e6dded6c
......@@ -43979,7 +43979,7 @@
str += `<p>摄像头类型:${item.category}机</p>`;
str += `<p>监控类型:${item.features}</p>`;
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); // 创建文本标注对象
label.setStyle({
color: "#444",
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