From 2078f12a6a1f870136a20d1212c50ddf88ccab7f Mon Sep 17 00:00:00 2001
From: CJJ <Administrator@192.168.10.19>
Date: 星期二, 11 十二月 2018 11:37:24 +0800
Subject: [PATCH] bug 手机导航
---
gx_tieta/WebRoot/ele-param1.jsp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/gx_tieta/WebRoot/ele-param1.jsp b/gx_tieta/WebRoot/ele-param1.jsp
index e23abfc..8949974 100644
--- a/gx_tieta/WebRoot/ele-param1.jsp
+++ b/gx_tieta/WebRoot/ele-param1.jsp
@@ -761,7 +761,6 @@
//棣栭〉
$('#page_home').click(function(){
- alert(123);
if(Page != undefined){
if(Page.curr != 1){
Page.setCurr(1);
@@ -793,7 +792,7 @@
//灏鹃〉
$('#page_last').click(function(){
if(Page != undefined){
- if(Page.pageCurr < Page.num){
+ if(Page.curr < Page.num){
Page.setCurr(Page.num);
search(createSearchParam(), true);
}
@@ -805,7 +804,7 @@
var value=$('#number').val();
//褰撹緭鍏ョ殑鏁板ぇ浜�0鏃�
if(value>0){
- if(value != Page.pageSize){
+ if(value != Page.size){
Page.setSize(parseInt(value));
Page.setCurr(1);
}
--
Gitblit v1.9.1