From 26385d2c91d763259eb1ef55c3255e5ca01717a5 Mon Sep 17 00:00:00 2001
From: ZhAkps <46207005+ZhAkps@users.noreply.github.com>
Date: 星期二, 06 二月 2024 18:18:08 +0800
Subject: [PATCH] Merge branch 'master' of http://106.120.22.35:48888/r/PM20221203225_MobileWeb

---
 src/utils/map2.js |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/utils/map2.js b/src/utils/map2.js
index aa51199..9d08ec4 100644
--- a/src/utils/map2.js
+++ b/src/utils/map2.js
@@ -2372,12 +2372,9 @@
                     lon: obj.lng,
                     lat: obj.lat
                 }
-
-                store.setTdglShow(false);
-                store.setTdlgInfo({});
-
-                store.setdwShow(true);
-                store.setdwInfo(objdata);
+                overlay.setPosition(e.coordinate);
+                store.setPoplayerShowAction(true);
+                store.setPoplayerListAction(objdata);
                 // if (window.instance) {
                 //     window.instance.$destroy();
                 // }

--
Gitblit v1.9.3