修改样式

This commit is contained in:
czz
2025-08-15 17:42:34 +08:00
parent 4c2728eb2e
commit 8731f7c335
10 changed files with 36 additions and 22 deletions

View File

@@ -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;