This commit is contained in:
2025-11-19 15:54:41 +08:00
parent 02937f85cc
commit 797afb63b1
5 changed files with 33 additions and 23 deletions

View File

@@ -177,6 +177,7 @@ class CarInfoPage extends GetView<CarInfoController> {
var scanResult = await Get.to(() => const QrCodePage());
if (scanResult == true) {
controller.getUserBindCarInfo();
refreshAppui();
}
},
child: Container(
@@ -233,13 +234,13 @@ class CarInfoPage extends GetView<CarInfoController> {
const Divider(),
_buildCertificateRow(
icon: Icons.article_rounded,
title: '营证',
title: '',
attachments: controller.operationAttachments,
),
const Divider(),
_buildCertificateRow(
icon: Icons.propane_tank_rounded,
title: '',
title: '氢证',
attachments: controller.hydrogenationAttachments,
),
const Divider(),