From 4b5d2f2decf9b70654fd8add12789e87c50ff79b Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期一, 07 一月 2019 17:56:14 +0800 Subject: [PATCH] 检测机房已存在 --- gx_tieta/WebRoot/mobil/battM.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/battM.html b/gx_tieta/WebRoot/mobil/battM.html index acf3c2c..368df1b 100644 --- a/gx_tieta/WebRoot/mobil/battM.html +++ b/gx_tieta/WebRoot/mobil/battM.html @@ -35,7 +35,7 @@ $(document).ready(function(){ setCookie('batt', ''); //temp = JSON.parse(temp); - //console.info(temp); + console.info(temp); init(); //searchkBattByStationid(); }); @@ -47,10 +47,10 @@ var data = [ {url: 'javascript:JumpHomePage();', txt: '棣栭〉'}, - {url: 'javascript:JumpFirstPage();', txt: '鐪�'}, - {url: 'javascript:JumpcityPage();', txt: '甯�'}, - {url: 'machineroomM.html', txt: '鍖�/鍘�' }, - {url: 'selectbatt.html', txt: '鏈烘埧'}, + {url: 'javascript:JumpFirstPage();', txt:temp.StationName1}, + {url: 'javascript:JumpcityPage();', txt: temp.StationName2}, + {url: 'selectcounty.html', txt: temp.StationName5 }, + {url: 'selectbatt.html', txt: temp.StationName3}, {url: 'javascript:;', txt: '钃勭數姹犵粍'} ]; addBreadCrumb($('.breadcrumb').eq(0),data); -- Gitblit v1.9.1