提交 41e85ce5 编写于 作者: U unknown

修复昵称必须填写的问题

上级 df64f791
......@@ -853,7 +853,7 @@ MWF.xApplication.Profile.Main = new Class({
// }
var nickName = this.nickNameInputNode.get("value");
if( !this.checkNickName( nickName ) ){
if( nickName && nickName.trim() && !this.checkNickName( nickName ) ){
//不包含特殊字符
this.notice(this.lp.nickNameInforError, "error");
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册