From 154b73d12f9e39039fc7b099beab3881c94b2d8d Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Thu, 21 Nov 2019 12:42:00 +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