From 9427bb844f3c8edd52219f8867e2bd3d4dce6629 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.7.127> Date: 星期五, 18 一月 2019 10:38:44 +0800 Subject: [PATCH] 测试数据添加机房列表搜索 --- gx_tieta/WebRoot/mobil/testdata.html | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/testdata.html b/gx_tieta/WebRoot/mobil/testdata.html index 068db47..3b77dc1 100644 --- a/gx_tieta/WebRoot/mobil/testdata.html +++ b/gx_tieta/WebRoot/mobil/testdata.html @@ -66,10 +66,8 @@ console.info(batt); var data = [ {url: 'javascript:JumpHomePage();', txt: '棣栭〉'}, - {url: 'machineroomM.html', txt: batt.StationName1}, // 鐪� - {url: 'selectcity.html' , txt:batt.StationName2},//甯� - {url: 'selectcounty.html' , txt:batt.StationName5}, - {url: 'battM.html', txt: batt.StationName3}, // 鐢垫睜缁� + {url: 'homeList.html' , txt:batt.StationName}, + {url: 'battM.html', txt: batt.BattGroupName}, // 鐢垫睜缁� {url: 'javascript:;', txt: '鐢垫睜缁勬暟鎹�'} // 褰撳墠椤甸潰 ]; console.info(data); -- Gitblit v1.9.1