Commit 7b8c59ff authored by zhangjianqian's avatar zhangjianqian

场站上图,控制显示隐藏

parent d11307f6
......@@ -217,7 +217,7 @@ export default {
}else if(val==4){
this.gaoMap.fmjlabelLayer.hide();
}else if(val==5){
this.hideMarker(item.val-2);
this.hideMarker(3);
}else if(val==6){
this.gaoMap.businessDetectorUserlabelsLayer.hide();
}
......@@ -228,7 +228,7 @@ export default {
this.gaoMap.fmjlabelLayer.show();
}else if(val==5){
//this.map.czlabelLayer.show();
this.showMarker(item.val-2);
this.showMarker(3);
}else if(val==6){
this.gaoMap.businessDetectorUserlabelsLayer.show();
}
......
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