This commit is contained in:
2026-02-25 15:35:33 +08:00
parent 1724852a39
commit 14fd6c75d0

View File

@@ -138,7 +138,6 @@ class CarInfoController extends GetxController with BaseControllerMixin {
if (imageUrl == null) return; if (imageUrl == null) return;
// 根据标题映射业务类型 // 根据标题映射业务类型
Logger.d("message-$title-$imageUrl");
String type = ""; String type = "";
switch (title) { switch (title) {
case "行驶证": case "行驶证":