From af85d59a02371675b1d60fdd4053138ff939a675 Mon Sep 17 00:00:00 2001 From: lingting Date: Wed, 9 Nov 2022 16:45:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E6=97=B6=E6=9C=AA=E5=85=B3=E9=97=AD=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E9=AA=8C=E8=AF=81=E5=BC=B9=E7=AA=97=20fixes=20#13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/Login/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/user/Login/index.tsx b/src/pages/user/Login/index.tsx index 16fa21d..2bea774 100644 --- a/src/pages/user/Login/index.tsx +++ b/src/pages/user/Login/index.tsx @@ -81,6 +81,7 @@ const Login: React.FC = () => { // 如果失败去设置用户错误信息 setUserLoginState({ status: 'error', type }); setSubmitting(false); + setCaptchaShow(false); }); };