CJJ
2018-12-20 fb783f79cac8d1524fcf3f41cfaa275a6bd6e70c
gx_tieta/WebRoot/mobil/map.html
@@ -331,7 +331,6 @@
      
      // 显示地图图标
      var allStation = [];
      searchStation();
      function searchStation(){
         var temp = createSearchParam();
         var json = JSON.stringify(temp);
@@ -647,6 +646,7 @@
                    var _point = new BMap.Point(data.map_longitude,data.map_latitude);
                    map.centerAndZoom(_point, data.map_level);   // 用城市名设置地图中心点
                 }
                 searchStation();
                }         
         });
      }