add
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
}
|
||||
|
||||
int leng = [GiGaHelper convertToInt: self.user.nickName];
|
||||
if ( leng >40 ) {
|
||||
if ( self.user.nickName.length >40 ) {
|
||||
GIGA_ShowToast(@"用户名1-40字符长度")
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user