diff --git a/star_lock/images/main/locked_bg.png b/star_lock/images/main/locked_bg.png new file mode 100644 index 00000000..04f5fa5f Binary files /dev/null and b/star_lock/images/main/locked_bg.png differ diff --git a/star_lock/lib/main/lockDetail/passwordKey/passwordKeyManage/passwordKeyManage_tabbar.dart b/star_lock/lib/main/lockDetail/passwordKey/passwordKeyManage/passwordKeyManage_tabbar.dart index 279a038d..c51b786c 100644 --- a/star_lock/lib/main/lockDetail/passwordKey/passwordKeyManage/passwordKeyManage_tabbar.dart +++ b/star_lock/lib/main/lockDetail/passwordKey/passwordKeyManage/passwordKeyManage_tabbar.dart @@ -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; } diff --git a/star_lock/lib/main/lockDetail/passwordKey/passwordKey_perpetual/passwordKey_perpetual_logic.dart b/star_lock/lib/main/lockDetail/passwordKey/passwordKey_perpetual/passwordKey_perpetual_logic.dart index 3c5a71d8..71de3f8c 100644 --- a/star_lock/lib/main/lockDetail/passwordKey/passwordKey_perpetual/passwordKey_perpetual_logic.dart +++ b/star_lock/lib/main/lockDetail/passwordKey/passwordKey_perpetual/passwordKey_perpetual_logic.dart @@ -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 &&