优化
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user