ZhuDongming
2019-11-21 154b73d12f9e39039fc7b099beab3881c94b2d8d
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) {