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 | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/ele-param2.html b/gx_tieta/WebRoot/mobil/ele-param2.html index 8798da5..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").click(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); @@ -373,7 +371,7 @@ function seteditparm(index){ if(arrdata.length>0){ //瀛樺叆鐨勪负鎵�鏈夊凡鏌ュ嚭鏁版嵁 console.info(arrdata); - var arr= creatYanshouObj(arrdata,index);//鐢宠楠屾敹鏂规硶銆� + var arr= creatYanshouObj(arrdata,index); return arr; }else{ alert("璇风瓑寰呭嚑绉掑悗鍐嶆彁浜ょ敵璇�"); -- Gitblit v1.9.1