From beee0ba93294321de731bacea07e0287718d619a Mon Sep 17 00:00:00 2001 From: fanpeng <438123081@qq.com> Date: Tue, 8 Jul 2025 10:33:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0appUnlockOnline?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/setting/setting.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/setting/setting.vue b/pages/setting/setting.vue index a2afb14..425316b 100644 --- a/pages/setting/setting.vue +++ b/pages/setting/setting.vue @@ -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: {