Skip to content

Commit

Permalink
fix: improve ux
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 6, 2024
1 parent dc1c432 commit 963027b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/JoinChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ export default {
},
async submit() {
if (!this.accept) {
if (!this.captcha) {
this.status = '尚未完成系統驗證';
return;
}
this.accept = true;
this.ready = false;
const form = new URLSearchParams();
Expand Down

0 comments on commit 963027b

Please sign in to comment.