mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-11 15:49:53 +08:00
修改 - 时间限制细节问题
This commit is contained in:
parent
0d5df4e759
commit
00528444be
@ -147,7 +147,7 @@
|
||||
TOOLS.pushMsgWindow("服务器名字不合法!仅限字母数字下划线!");
|
||||
return;
|
||||
}
|
||||
if (!TOOLS.isSmallDate(this.timeLimitDate)) {
|
||||
if (this.timeLimitDate != '' && !TOOLS.isSmallDate(this.timeLimitDate)) {
|
||||
TOOLS.pushMsgWindow("您输入的时间期限格式不正确,请检查再尝试。");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user