From fdfb48159ce3613f7435a4f2aa4b2364baa4ea9d Mon Sep 17 00:00:00 2001 From: Void <616094321@qq.com> Date: Wed, 7 Sep 2022 08:48:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20view/html/index.html.=20=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Void <616094321@qq.com> --- view/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/html/index.html b/view/html/index.html index a689c08..dcb64bf 100644 --- a/view/html/index.html +++ b/view/html/index.html @@ -105,7 +105,7 @@ var pass = $('#pass').val() console.log(name, pass); if (name == '' || pass == '') { - alert("请完胜输入信息。") + alert("请完整输入信息。") return false }else { return true -- Gitee