update fe

This commit is contained in:
Himit_ZH 2021-12-09 18:06:26 +08:00
parent 65bafbd8a0
commit 22693c592c
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ export default {
},
addStarUser() {
this.starUserInput = this.starUserInput.replace(/(^\s*)|(\s*$)/g, '');
if (this.starUserInput) {
for (var i = 0; i < this.contest.starAccount.length; i++) {
if (this.contest.starAccount[i] == this.starUserInput) {