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(); } }); }