From afa206db68478f7967e00dc26a301e459d20bfa7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 19 Jul 2022 11:06:25 +0800
Subject: [PATCH] 地址解析

---
 src/components/map/mainInThere.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/map/mainInThere.vue b/src/components/map/mainInThere.vue
index 2405f20..ef202d9 100644
--- a/src/components/map/mainInThere.vue
+++ b/src/components/map/mainInThere.vue
@@ -475,6 +475,7 @@
       } else {
         this.notNow = true;
       }
+      //notNow来确定是修改值还是增加值 是否显示$("#dataConfirm").show(100);
       this.nowIndex = num;
       if (val.indexOf("路径") != -1) {
         // console.log("加载路径按钮");
@@ -485,6 +486,7 @@
       }
     },
     controlBut(openName, notNow) {
+      //判断哪个dom打开
       this.closeOurBut();
       this[openName] = true;
       $("#" + openName).show();
@@ -494,6 +496,7 @@
       }
     },
     closeOurBut(open) {
+      //整体关闭dom
       $("#dataConfirm").hide();
       $("#openDrawPoint").hide();
       $("#openDrawLine").hide();

--
Gitblit v1.9.3