From aed278d1c7c678903c8f9a4b35f20ab98f1d2754 Mon Sep 17 00:00:00 2001
From: CJJ <Administrator@USER-20180117QL>
Date: 星期四, 27 十二月 2018 00:02:04 +0800
Subject: [PATCH] 11
---
gx_tieta/WebRoot/mobil/ele-param2.html | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/ele-param2.html b/gx_tieta/WebRoot/mobil/ele-param2.html
index f5cbe0e..a830220 100644
--- a/gx_tieta/WebRoot/mobil/ele-param2.html
+++ b/gx_tieta/WebRoot/mobil/ele-param2.html
@@ -257,7 +257,7 @@
$(document).ready(function(){
//setPage();
- $("#submit").off('click').on('click.cjj',function(){
+ $("#submit").off('click').on('click.cjj123',function(){
//newbattnum;
//Page.pageCurr=1;
@@ -317,9 +317,7 @@
});
}
-
-
-
+
//
$('#homeLocation').off('click').on('click.cjj', function() {
@@ -347,7 +345,7 @@
};
- $("#sure").click(function(){
+ $("#sure").off('click').on('click.cjj123',function(){
var currentlength = Math.floor(arrTd.length/34);
if(currentlength<Page.pageSize){
setcookieCreat(currentlength-1);
--
Gitblit v1.9.1