新增虹膜和手掌相关图片
This commit is contained in:
parent
b51a53a9bd
commit
870e7ed443
BIN
star_lock/images/main/icon_iris.png
Normal file
BIN
star_lock/images/main/icon_iris.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
star_lock/images/main/icon_palm.png
Normal file
BIN
star_lock/images/main/icon_palm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
@ -680,7 +679,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
|||||||
}
|
}
|
||||||
|
|
||||||
showWidgetArr.add(
|
showWidgetArr.add(
|
||||||
bottomItem('images/main/icon_face.png', '虹膜',
|
bottomItem('images/main/icon_iris.png', '虹膜',
|
||||||
state.openDoorBtnisUneable.value, state.bottomBtnisEable.value, () {
|
state.openDoorBtnisUneable.value, state.bottomBtnisEable.value, () {
|
||||||
Get.toNamed(Routers.irisListPage, arguments: {
|
Get.toNamed(Routers.irisListPage, arguments: {
|
||||||
"lockId": state.keyInfos.value.lockId,
|
"lockId": state.keyInfos.value.lockId,
|
||||||
@ -689,7 +688,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
|||||||
);
|
);
|
||||||
|
|
||||||
showWidgetArr.add(
|
showWidgetArr.add(
|
||||||
bottomItem('images/main/icon_face.png', '手掌',
|
bottomItem('images/main/icon_palm.png', '手掌',
|
||||||
state.openDoorBtnisUneable.value, state.bottomBtnisEable.value, () {
|
state.openDoorBtnisUneable.value, state.bottomBtnisEable.value, () {
|
||||||
Get.toNamed(Routers.palmListPage, arguments: {
|
Get.toNamed(Routers.palmListPage, arguments: {
|
||||||
"lockId": state.keyInfos.value.lockId,
|
"lockId": state.keyInfos.value.lockId,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user