新ui调整

This commit is contained in:
2026-01-22 17:29:54 +08:00
parent 70a752b6e5
commit cf3ad579d3
14 changed files with 435 additions and 264 deletions

View File

@@ -35,9 +35,9 @@ class MineController extends GetxController with BaseControllerMixin {
String historyBreakRules = "";
String vin = "";
String plateNumber = "";
String violationTotal = "0";
String violationScore = "0";
String violationDispose = "0";
String violationTotal = "0";//违章总数
String violationScore = "0";//扣分总数
String violationDispose = "0";//已处理
bool isNotice = false;
void renderData() async {