fix:增加密码按照锁支持项目显示
This commit is contained in:
parent
6dc1627622
commit
57a171b993
@ -1103,13 +1103,15 @@ class _LockDetailPageState extends State<LockDetailPage>
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
// 密码
|
// 密码
|
||||||
showWidgetArr.add(bottomItem('images/main/icon_main_password.png', '密码'.tr,
|
if (state.keyInfos.value.lockFeature!.password == 1) {
|
||||||
state.bottomBtnisEable.value, () {
|
showWidgetArr.add(bottomItem('images/main/icon_main_password.png',
|
||||||
Get.toNamed(Routers.passwordKeyListPage,
|
'密码'.tr, state.bottomBtnisEable.value, () {
|
||||||
arguments: <String, LockListInfoItemEntity>{
|
Get.toNamed(Routers.passwordKeyListPage,
|
||||||
'keyInfo': state.keyInfos.value
|
arguments: <String, LockListInfoItemEntity>{
|
||||||
});
|
'keyInfo': state.keyInfos.value
|
||||||
}));
|
});
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
|
||||||
// ic卡
|
// ic卡
|
||||||
if (state.keyInfos.value.lockFeature!.icCard == 1) {
|
if (state.keyInfos.value.lockFeature!.icCard == 1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user