1,新增已闭锁图片

This commit is contained in:
Daisy 2024-01-05 15:05:45 +08:00
parent dcf9502f48
commit 56079829c3
3 changed files with 0 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -50,7 +50,6 @@ class _PasswordKeyManageTabbarPageState
//
int currentIndex = _tabController.index;
// item
print("User clicked on item at index $currentIndex");
eventBus.fire(GetPasswordTypeUpdateIndex(currentIndex));
return currentIndex;
}

View File

@ -49,7 +49,6 @@ class PasswordKeyPerpetualLogic extends BaseGetXController {
String getFailureDateTime = '0';
String getEffectiveDateTime = '0';
String lockId = state.keyInfo.value.lockId.toString();
print('得到的state.widgetType.value为${state.widgetType.value}');
String getKeyType = state.widgetType.value.toString();
if (state.widgetType.value == 0) {
//
@ -89,7 +88,6 @@ class PasswordKeyPerpetualLogic extends BaseGetXController {
//
getKeyType = '4';
}
print('得到的类型为getKeyType$getKeyType');
if (state.widgetType.value != 0 &&
state.widgetType.value != 2 &&