更新界面布局

This commit is contained in:
wyf
2025-06-04 11:54:01 +08:00
parent 40732066fe
commit 857317caf1
34 changed files with 4961 additions and 459 deletions

View File

@@ -17,7 +17,6 @@ import 'package:vbvs_app/controller/time/countdown_controller.dart';
import 'package:vbvs_app/model/api_response.dart';
import 'package:vbvs_app/model/user_data.dart';
part 'user_info_controller.g.dart';
@JsonSerializable()
@@ -59,6 +58,9 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
attr = GetModel(UserInfoModel()).obs;
}
List device_bind_status = [];
int device_bind_flag = 0;//0。未初始化 1.已初始化
Future<ApiResponse> uploadImg() async {
EasyDartModule.logger.info("请求上传图片");
DailyLogUtils.writeLog("请求上传图片");
@@ -239,6 +241,4 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
countdownController.countdown.value = 0;
return apiResponse;
}
}