From 977715c1467694dd81a4015fdaab5f0e2aec45a4 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期四, 10 一月 2019 14:36:43 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 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