From e40ee62d3e9b71ffe3432d32a53a00c4097b5708 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 31 Dec 2021 09:03:28 +0800
Subject: [PATCH] +3d  2.5d

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

diff --git a/src/components/mobilePopupOurOnce/index.vue b/src/components/mobilePopupOurOnce/index.vue
index 0191526..03671b4 100644
--- a/src/components/mobilePopupOurOnce/index.vue
+++ b/src/components/mobilePopupOurOnce/index.vue
@@ -94,6 +94,7 @@
         return;
       }
       let that = this;
+      // console.log(that.ourData.lntLat);
       if (val == "定位") {
         //随地图移动窗口
         this.$store.commit("MSET_BIGPOPUP", false); //关闭全屏弹窗
@@ -104,6 +105,7 @@
             lntLat: that.ourData.lntLat,
             query: { ...this.ourData, seebut: this.seebut },
             useJWD: true, //仅使用经纬度
+            from: "PopupOurOnce",
           };
           that.popupsDom = that.$store.dispatch("setMobileWindows", d);
         }, 500);
@@ -136,6 +138,7 @@
           telePhone: result.telephone,
           address: result.address,
           introduce: result.introduce,
+          video: result.videourl,
         };
         this.ourData = d;
       });

--
Gitblit v1.9.3