From 4d39edd970d8517f416b4cec2d9babad8e5d95b5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 17 Dec 2021 15:02:22 +0800
Subject: [PATCH] +

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

diff --git a/src/components/mobilePopupOurOnce/index.vue b/src/components/mobilePopupOurOnce/index.vue
index a9437b1..400eccb 100644
--- a/src/components/mobilePopupOurOnce/index.vue
+++ b/src/components/mobilePopupOurOnce/index.vue
@@ -67,12 +67,15 @@
         setTimeout(() => {
           // 定制化窗体
           let d = {
-            position: that.onceData.Cartesian3,
-            lntLat: that.onceData.position,
+            position: {},
+            lntLat: that.onceData.lntLat,
             query: this.onceData,
+            useJWD: true, //仅使用经纬度
           };
           that.popupsDom = that.$store.dispatch("setMobileWindows", d);
         }, 500);
+      } else if (val == "实景") {
+        this.$store.commit("MSET_OPENMOBILEPANORAMA", true);
       }
     },
   },

--
Gitblit v1.9.3