From f5549712293229ad0353d810506fc7ac51eff09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BC=BA?= Date: Fri, 22 Dec 2023 11:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20js/indexuser.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/indexuser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/indexuser.js b/js/indexuser.js index 05a7113..80f90ee 100644 --- a/js/indexuser.js +++ b/js/indexuser.js @@ -1,6 +1,6 @@ - + var islocked = $("#islocked").val(); -if (islocked == "" || islocked == "null" || islocked == "False") { +if (islocked == "" || islocked == "null" || islocked == "False" || islocked == "0") { islocked = 0; } else {