-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,10 @@ | |
<a href="/announcements/">查看所有公告</a> | ||
</div> | ||
<div v-if="user.group==='suspicious'" class="msg-error"> | ||
经裁判组检查,你的账号{{ suspicious_words }},因此取消排名资格。你仍可继续完成题目。 | ||
如果你有异议,请尽快联系 <a href="mailto:[email protected]">[email protected]</a>, | ||
提供你的 Token 以及申诉理由。 | ||
经裁判组检查,你的账号{{ suspicious_words }}。 | ||
你的分数暂时不计入排行榜,你仍可继续完成题目。 | ||
你可以在比赛期间及比赛结束后 24 小时内联系组委会配合审核,审核通过后你的分数会重新计入排行榜。 | ||
请发邮件至 <a href="mailto:[email protected]">[email protected]</a>,邮件中包含你的 Token。 | ||
</div> | ||
<div v-if="user" class="msg-info"> | ||
<label for="token">Token:</label> | ||
|
@@ -221,7 +222,7 @@ <h1>{{ opened.name }}</h1> | |
if (this.user && this.user.suspicious_reason) { | ||
return "有以下疑似违规行为:" + this.user.suspicious_reason; | ||
} else { | ||
return "存在违规行为"; | ||
return "有疑似违规行为"; | ||
} | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters