From ac7e8dab32688a34e3ebe797a502d5a1200de9f1 Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期四, 27 十二月 2018 13:58:36 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

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