From 7e424b1482b9d8971b8b738e7a165f3b09cb29e0 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 15 Nov 2018 10:18:22 +0800
Subject: [PATCH] update
---
src/main/webapp/view/map.jsp | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp
index a0eaf09..fcf948d 100644
--- a/src/main/webapp/view/map.jsp
+++ b/src/main/webapp/view/map.jsp
@@ -642,6 +642,18 @@
}
}
}
+
+ var equ = {
+ methodName : 'refreshState',
+ markers : markers,
+ layer : layer
+ }
+ var equStr = JSON.stringify(equ);
+ if(window["console"]!=undefined){
+ }
+ if(!!window['external']&&!!window['external']['callWin']){
+ window['external'].callWin(equStr);
+ }
}
if(resultMap["popupEquStates"]!=null){
listView.refreshState(resultMap["popupEquStates"]);
--
Gitblit v1.8.0