mirror of https://gitee.com/zhang_1334717033/kiftd
parent
4f5d0e377b
commit
077c3150fa
Binary file not shown.
BIN
kiftd说明文档.pdf
BIN
kiftd说明文档.pdf
Binary file not shown.
|
|
@ -108,7 +108,7 @@ function sendSignUpInfo(encrypted){
|
|||
$("#accountidbox").addClass("has-error");
|
||||
break;
|
||||
case "illegalaccount":
|
||||
showAlert("提示:注册失败,账户名中不得包含“=”或“:”。");
|
||||
showAlert("提示:注册失败,账户名中不得包含“=”或“:”,且首个字符不能为“#”。");
|
||||
$("#accountidbox").addClass("has-error");
|
||||
break;
|
||||
case "mustlogout":
|
||||
|
|
|
|||
Loading…
Reference in New Issue