From ce7ba76970dbe9d71fffe4dd20e9a84307bc20ea Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 19 Oct 2020 12:50:57 +0800 Subject: [PATCH] =?UTF-8?q?pc=E7=AB=AF=E9=A9=B3=E5=9B=9E=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- safesite/templates/accesstrouble.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safesite/templates/accesstrouble.html b/safesite/templates/accesstrouble.html index 90c14740..983b45b5 100644 --- a/safesite/templates/accesstrouble.html +++ b/safesite/templates/accesstrouble.html @@ -403,7 +403,7 @@ if (b == 3) { var checkarray = [yhdata['zgms']]; } else if (b == 1) { if ($('#checkboxid').prop('checked') == true) { var checkarray = [yhdata['yhms'], yhdata['newbm'], yhdata['newr']]; yhdata['zppg']='yes'; } - else if($('#checkboxid2').prop('checked') == true){} + else if($('#checkboxid2').prop('checked') == true){yhdata['accept']='yes'} else { var checkarray = [yhdata['yhms'], yhdata['yhpg'], yhdata['yhlx'], yhdata['yhlb'], yhdata['zgbm'], yhdata['zgr'], yhdata['zgqx']]; yhdata['zppg']='no'; } } else if (b == 7) { var checkarray = [yhdata['zgcs']] }