From 9a2040a0f2f8b9b984f4317b5666ca524eaf7b21 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期三, 14 十一月 2018 09:58:29 +0800
Subject: [PATCH] 二次更新基站信息

---
 gx_tieta/WebRoot/index.jsp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp
index c65e3ec..99b08f6 100644
--- a/gx_tieta/WebRoot/index.jsp
+++ b/gx_tieta/WebRoot/index.jsp
@@ -2777,7 +2777,7 @@
 			
 			tabc.push(tmp);
 		}
-		
+		var StationId_ex = data[0].StationId_ex;
 		var homeData = data[0].binf_ex;
 		var tmp = {};
 		tmp.title = '鍩虹珯淇℃伅';
@@ -2787,7 +2787,7 @@
         tmp.cshow = '';
         // 璁剧疆content鐨勫��
 		var content = tmp.content;
-		//content.stationid = homeData.
+		content.stationid = StationId_ex;
 		content.stationname = homeData.stationName;
 		content.homeid = homeData.stationId;
 		content.organize = homeData.affiliation;

--
Gitblit v1.9.1