新ui调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user