Przeglądaj źródła

注释标记疑点相关方法

Bella 2 lat temu
rodzic
commit
d68d13954a
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/components/map/MapHolder.vue

+ 3 - 3
src/components/map/MapHolder.vue

@@ -39,7 +39,7 @@ export default {
     //地图初始化
     this.mapInit();
     // 初始化绘制工具
-    this.initDraw();
+    // this.initDraw();
     // 可视化区域图
     this.getJSonData();
     // 地图常用渲染方法
@@ -72,10 +72,10 @@ export default {
       console.log(val, "标记疑点");
       if (val.index === 1 && val.subIndex === 1) {
         console.log("激活标记疑点弹窗");
-        this.startLabelCase();
+        // this.startLabelCase();
       } else {
         console.log("停止标记疑点事件");
-        this.stopLabelCase();
+        // this.stopLabelCase();
       }
     },
   },