新增虹膜和手掌相关图片

This commit is contained in:
Daisy 2024-04-12 16:28:00 +08:00
parent b51a53a9bd
commit 870e7ed443
3 changed files with 2 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -1,4 +1,3 @@
import 'dart:async';
import 'package:flutter/material.dart';
@ -680,7 +679,7 @@ class _LockDetailPageState extends State<LockDetailPage>
}
showWidgetArr.add(
bottomItem('images/main/icon_face.png', '虹膜',
bottomItem('images/main/icon_iris.png', '虹膜',
state.openDoorBtnisUneable.value, state.bottomBtnisEable.value, () {
Get.toNamed(Routers.irisListPage, arguments: {
"lockId": state.keyInfos.value.lockId,
@ -689,7 +688,7 @@ class _LockDetailPageState extends State<LockDetailPage>
);
showWidgetArr.add(
bottomItem('images/main/icon_face.png', '手掌',
bottomItem('images/main/icon_palm.png', '手掌',
state.openDoorBtnisUneable.value, state.bottomBtnisEable.value, () {
Get.toNamed(Routers.palmListPage, arguments: {
"lockId": state.keyInfos.value.lockId,