From 8e26af849dbf4ec41935fb132986791aa96f4125 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 14 Jan 2022 13:58:17 +0800
Subject: [PATCH] +活动

---
 src/components/mobilePopupOurOnce/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/components/mobilePopupOurOnce/index.vue b/src/components/mobilePopupOurOnce/index.vue
index c1e197f..00a3331 100644
--- a/src/components/mobilePopupOurOnce/index.vue
+++ b/src/components/mobilePopupOurOnce/index.vue
@@ -94,8 +94,12 @@
         return;
       }
       let that = this;
-      // console.log(that.ourData.lntLat);
       if (val == "定位") {
+        //活动定位
+        if (this.ourData.name == "活动") {
+          console.log(this.ourData);
+          return;
+        }
         //随地图移动窗口
         this.$store.commit("MSET_BIGPOPUP", false); //关闭全屏弹窗
         setTimeout(() => {
@@ -202,4 +206,4 @@
     }
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3