From 35fefed0792c40cb99b8d15fa5811bbb5992bff9 Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期一, 21 一月 2019 10:42:24 +0800 Subject: [PATCH] 修改 --- gx_tieta/WebRoot/mobil/wcheckAccept-index.html | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/wcheckAccept-index.html b/gx_tieta/WebRoot/mobil/wcheckAccept-index.html index 3e77be9..1b7db4b 100644 --- a/gx_tieta/WebRoot/mobil/wcheckAccept-index.html +++ b/gx_tieta/WebRoot/mobil/wcheckAccept-index.html @@ -74,7 +74,7 @@ var arrdata = new Array(); var Page = { - pageSize:20, //姣忛〉鐨勮鏁� + pageSize:100, //姣忛〉鐨勮鏁� pageCurr:1, //褰撳墠椤电爜鏁� pageAll:0, }; @@ -115,16 +115,17 @@ arrdata.push(data[i]);//瀛樺偍鏁版嵁 if(model.length==0){ model.push(data[i].binf.StationName); + stationlist.push(data[i].binf.StationName); }else{ if(model[model.length-1]!=data[i].binf.StationName){//鑻ヤ笉閲嶅锛屽垯PUSH杩涘幓 model.push(data[i].binf.StationName); + stationlist.push(data[i].binf.StationName); } } - console.info(model); - + console.info(model); } } - stationlist=model; + //stationlist=model; createUl($('#battList'),model); } } -- Gitblit v1.9.1