From 013f480082d982b7542bfd812edb0913882ecbe4 Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Wed, 04 Dec 2019 17:21:33 +0800
Subject: [PATCH] update

---
 src/main/webapp/view/map.jsp |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp
index 4d8dd8c..8eeac9e 100644
--- a/src/main/webapp/view/map.jsp
+++ b/src/main/webapp/view/map.jsp
@@ -351,10 +351,10 @@
         <div class="charts_btn">
         </div>
     </div>
-    <!--<div class="search_box">
-        <button id="searchBtn" type="button">������</button>
-        <textarea style="width: 200px;height:200px;" id="searchParam"></textarea>
-    </div>-->
+    <!-- <div class="search_box">
+         <button id="searchBtn" type="button">������</button>
+         <textarea style="width: 200px;height:200px;" id="searchParam"></textarea>
+     </div>-->
     <!-- <div id="popup_box">
           <div id="equ_list" class="listview">
           </div>
@@ -749,7 +749,6 @@
     }
 
     function callJS(jsonData) {
-        // $("#searchParam").val(jsonData);
         var jsonData = JSON.parse(jsonData);
         var methodName = jsonData.methodName;
         if ("JumpBaiduMap" == methodName) {

--
Gitblit v1.8.0