From 99ed6cd7dc00f90b6161fbc44fc878f18ee248c2 Mon Sep 17 00:00:00 2001
From: didiyu <1293722656@qq.com>
Date: 星期二, 18 十二月 2018 15:55:35 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/mobil/map.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/map.html b/gx_tieta/WebRoot/mobil/map.html
index 239790d..26203c4 100644
--- a/gx_tieta/WebRoot/mobil/map.html
+++ b/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();
 		       	}			
 			});
 		}

--
Gitblit v1.9.1