From 60b88f1cb3e812bfaed43752bbde9ca654b12d2f Mon Sep 17 00:00:00 2001 From: dell Date: Thu, 6 Apr 2023 21:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=99=BB=E5=BD=95=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HT.Cloud.Web/Views/Login/Index.cshtml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/HT.Cloud.Web/Views/Login/Index.cshtml b/HT.Cloud.Web/Views/Login/Index.cshtml index 4c5bb63..1388ff7 100644 --- a/HT.Cloud.Web/Views/Login/Index.cshtml +++ b/HT.Cloud.Web/Views/Login/Index.cshtml @@ -43,13 +43,13 @@ -
+ @*
-
+
*@
@@ -189,15 +189,15 @@ return false; } var num = show_num.join(""); - if (data.captcha == '') { - layer.msg('验证码不能为空'); - return false; - } - else if (num != data.captcha.toLowerCase()) { - layer.msg('验证码错误'); - draw(show_num) - return false; - } + //if (data.captcha == '') { + // layer.msg('验证码不能为空'); + // return false; + //} + //else if (num != data.captcha.toLowerCase()) { + // layer.msg('验证码错误'); + // draw(show_num) + // return false; + //} $("#login_button").empty(); $("#login_button").attr('disabled', 'disabled').html("loading..."); $.ajax({