From 7edede3395e5dbec8f31bd28ebf68fdd88863a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=BA=20=E6=9D=A8?= Date: Thu, 21 Dec 2023 16:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=A6=E6=A0=A1=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E9=94=81=E5=AE=9A=E5=90=8E=EF=BC=8C=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9C=AA=E9=94=81=E5=AE=9Abug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/indexuser.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/indexuser.js b/js/indexuser.js index 64e1490..05a7113 100644 --- a/js/indexuser.js +++ b/js/indexuser.js @@ -1,8 +1,11 @@  var islocked = $("#islocked").val(); -if (islocked == "" || islocked == "null") { +if (islocked == "" || islocked == "null" || islocked == "False") { islocked = 0; } +else { + islocked = 1; +} //设置页面大小 function ChangePageSize(obj) { $(".main_papermain").width(obj.value);