更新日报图标说明
This commit is contained in:
Binary file not shown.
@@ -60,7 +60,7 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
|
|||||||
|
|
||||||
RxDouble textHalfWidth = 0.0.obs;
|
RxDouble textHalfWidth = 0.0.obs;
|
||||||
List device_bind_status = [];
|
List device_bind_status = [];
|
||||||
int device_bind_flag = 0;//0。未初始化 1.已初始化
|
int device_bind_flag = 0; //0。未初始化 1.已初始化
|
||||||
|
|
||||||
Future<ApiResponse> uploadImg() async {
|
Future<ApiResponse> uploadImg() async {
|
||||||
EasyDartModule.logger.info("请求上传图片");
|
EasyDartModule.logger.info("请求上传图片");
|
||||||
@@ -133,6 +133,10 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
|
|||||||
apiResponse.msg = "昵称为空".tr;
|
apiResponse.msg = "昵称为空".tr;
|
||||||
return apiResponse;
|
return apiResponse;
|
||||||
}
|
}
|
||||||
|
if (user.tmpNickName!.length >= 9) {
|
||||||
|
apiResponse.msg = "最长字符为8个字".tr;
|
||||||
|
return apiResponse;
|
||||||
|
}
|
||||||
String serviceAddress = ServiceConstant.service_address;
|
String serviceAddress = ServiceConstant.service_address;
|
||||||
String serviceName = ServiceConstant.server_service;
|
String serviceName = ServiceConstant.server_service;
|
||||||
String serviceApi = ServiceConstant.user_info;
|
String serviceApi = ServiceConstant.user_info;
|
||||||
|
|||||||
@@ -1065,7 +1065,7 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
|
|||||||
child: Container(
|
child: Container(
|
||||||
width: 30.rpx,
|
width: 30.rpx,
|
||||||
height: 30.rpx,
|
height: 30.rpx,
|
||||||
child: SvgPicture.asset('assets/img/icon/arrow_right.svg',
|
child: SvgPicture.asset('assets/img/icon/arrow_right1.svg',
|
||||||
color: isRightLimit.value
|
color: isRightLimit.value
|
||||||
? Color(0xFF929699)
|
? Color(0xFF929699)
|
||||||
: Color(0xFFFFFFFF)),
|
: Color(0xFFFFFFFF)),
|
||||||
|
|||||||
Reference in New Issue
Block a user