hdw
2018-12-17 2e9957c187b7735453fe8225bd095e64b072334e
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();
                }         
         });
      }