Skip to content

Commit

Permalink
fix: 输入错误时,自动清空验证码输入框
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Aug 9, 2023
1 parent 0fae13e commit a76f47f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
})
.catch(() => {
getCaptcha();
form.value.captcha = '';
})
.finally(() => {
loading.value = false;
Expand Down

0 comments on commit a76f47f

Please sign in to comment.