81041
2018-12-20 90631cb2c9c06cec8e2fd97ec7c9bd84bdb8301e
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();
                }         
         });
      }