fix: 更新appUnlockOnline状态逻辑
This commit is contained in:
parent
2e23eaadd7
commit
beee0ba932
@ -446,6 +446,10 @@
|
||||
pending.value = false
|
||||
uni.hideLoading()
|
||||
if (code === 0) {
|
||||
if (key === 'appUnlockOnline') {
|
||||
$bluetooth.currentLockInfo.appUnlockOnline =
|
||||
$bluetooth.currentLockSetting.lockSettingInfo[key] === 1 ? 0 : 1
|
||||
}
|
||||
$bluetooth.updateCurrentLockSetting({
|
||||
...$bluetooth.currentLockSetting,
|
||||
lockSettingInfo: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user