fix:修复备用电池显示0的问题
This commit is contained in:
parent
fdd95729aa
commit
2583396e83
@ -293,6 +293,8 @@ class LockDetailLogic extends BaseGetXController {
|
||||
state.electricQuantity.value = state.keyInfos.value.electricQuantity!;
|
||||
state.isOpenPassageMode.value = state.keyInfos.value.passageMode!;
|
||||
state.lockAlias.value = state.keyInfos.value.lockAlias!;
|
||||
state.electricQuantityStandby.value =
|
||||
state.keyInfos.value.electricQuantityStandby ?? 0;
|
||||
Storage.setString(saveLockAlias, state.lockAlias.value);
|
||||
|
||||
BlueManage().connectDeviceName =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user