From 9d9fe71a92d1d156b5d384ac2618dd456079c67f Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 14 十二月 2018 08:44:26 +0800 Subject: [PATCH] 修改服务器监测方法为一次就断开连接 --- gx_tieta/WebRoot/mobil/batt-unapproved.html | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/batt-unapproved.html b/gx_tieta/WebRoot/mobil/batt-unapproved.html index cedb5cc..7b503aa 100644 --- a/gx_tieta/WebRoot/mobil/batt-unapproved.html +++ b/gx_tieta/WebRoot/mobil/batt-unapproved.html @@ -143,13 +143,13 @@ <script type="text/javascript"> - /* 鑾峰彇鐐瑰嚮鐨勬槸鍝釜鎸夐挳 */ - function getButIndex(t){ - //console.warn($(t).attr("but-index")); - var index = $(t).attr("but-index"); - setcookiedit(index); - return ; - } + /* 鑾峰彇鐐瑰嚮鐨勬槸鍝釜鎸夐挳 */ + function getButIndex(t){ + //console.warn($(t).attr("but-index")); + var index = $(t).attr("but-index"); + setcookiedit(index); + return ; + } var arrTd=new Array(); //褰撳墠琛ㄦ牸td鏁版嵁 @@ -163,7 +163,7 @@ $("#edit").click(function(){ //searchHomeInfoByName(homename); - //window.location.href="batt-infor-unapproved-edit.html"; + window.location.href="batt-infor-unapproved-edit.html"; }); $("#delete").click(function(){ //鍒犻櫎鐢垫睜缁� var parm = battDeleteparm(); -- Gitblit v1.9.1