1,新增已闭锁图片
This commit is contained in:
parent
dcf9502f48
commit
56079829c3
BIN
star_lock/images/main/locked_bg.png
Normal file
BIN
star_lock/images/main/locked_bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
@ -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;
|
||||
}
|
||||
|
||||
@ -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 &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user