Commit ee658bec authored by GuanHua's avatar GuanHua

fix: 忘记密码邮箱检查提示语未

parent 6bd44272
...@@ -83,6 +83,8 @@ const GetBack: React.FC = () => { ...@@ -83,6 +83,8 @@ const GetBack: React.FC = () => {
setFieldState('account', state => { setFieldState('account', state => {
state.errors = ['邮箱不存在, 请检查'] state.errors = ['邮箱不存在, 请检查']
}) })
} else {
message.destroy()
} }
}) })
return ; return ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment