修改样式
This commit is contained in:
@@ -137,10 +137,10 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
|
||||
apiResponse.msg = "昵称为空".tr;
|
||||
return apiResponse;
|
||||
}
|
||||
if (user.tmpNickName!.length >= 9) {
|
||||
apiResponse.msg = "最长字符为8个字".tr;
|
||||
return apiResponse;
|
||||
}
|
||||
// if (user.tmpNickName!.length >= 9) {
|
||||
// apiResponse.msg = "最长字符为8个字".tr;
|
||||
// return apiResponse;
|
||||
// }
|
||||
String serviceAddress = ServiceConstant.service_address;
|
||||
String serviceName = ServiceConstant.server_service;
|
||||
String serviceApi = ServiceConstant.user_info;
|
||||
|
||||
Reference in New Issue
Block a user