From ee2c6ed5cd4aaf0a2e66c96f7262a9d156a90024 Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期四, 17 一月 2019 17:31:51 +0800
Subject: [PATCH] 修改基站信息
---
gx_tieta/WebRoot/mobil/batt-approve-index.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/batt-approve-index.html b/gx_tieta/WebRoot/mobil/batt-approve-index.html
index d3efff4..5dd2a1d 100644
--- a/gx_tieta/WebRoot/mobil/batt-approve-index.html
+++ b/gx_tieta/WebRoot/mobil/batt-approve-index.html
@@ -102,7 +102,7 @@
var arrdata = new Array();
var Page = {
- pageSize:20, //姣忛〉鐨勮鏁�
+ pageSize:100, //姣忛〉鐨勮鏁�
pageCurr:1, //褰撳墠椤电爜鏁�
pageAll:0,
};
@@ -148,9 +148,10 @@
}
}
console.info(model);
- stationlist=model;
+
// }
}
+ stationlist=model;
if(Page.pageCurr==1){
createUl($('#battList'),model);
}else{
--
Gitblit v1.9.1