Commit bd863e8e authored by 纪泽龙's avatar 纪泽龙

gis地图调整完成,这个版本地图模式还没开始调整

parent c4202dd7
......@@ -78,6 +78,8 @@ class gaodeMap {
console.log(e);
// if (this.lineType !=1 || this.lineFlag) return;
this.closeInfoWindow();
this.polyLinesColorClear();
this.view.bottomDataShow = true;
if (this.lineType != 1 || this.lineFlag) return;
// 除了这里,还要利用vue页面的window事件辅助,当组件出来的时候,就得利用window事件
......
......@@ -1270,6 +1270,8 @@ export default {
// this.bottomDataShow = true;
// return;
console.log("window");
// 颜色恢复
this.deviceType = false;
// 关闭当前线条的infowindow
// this.gaoMap.closeInfoWindow();
......@@ -1352,6 +1354,7 @@ export default {
this.troubleObj = obj;
},
drawerClick() {
this.gaoMap.polyLinesColorClear();
this.gaoMap.closeInfoWindow();
},
},
......
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