From bf5930e319d4dd81b51efa0432ea2c7439d84502 Mon Sep 17 00:00:00 2001 From: fanpeng <438123081@qq.com> Date: Wed, 16 Jul 2025 16:30:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=94=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=92=8C=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=8C=E8=B0=83=E6=95=B4=E8=93=9D=E7=89=99?= =?UTF-8?q?=E8=A7=A3=E9=94=81=E6=9D=A1=E4=BB=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/main/lockDetail.vue | 3 ++- pages/setting/setting.vue | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/main/lockDetail.vue b/pages/main/lockDetail.vue index bd24e25..39c585f 100644 --- a/pages/main/lockDetail.vue +++ b/pages/main/lockDetail.vue @@ -385,7 +385,8 @@ icon: 'none' }) } - if ($bluetooth.currentLockInfo.appUnlockOnline && type !== 'close') { + // if ($bluetooth.currentLockInfo.appUnlockOnline && type !== 'close') { + if ($bluetooth.currentLockInfo.appUnlockOnline) { const result = await getNetToken() if (!result) { sLoading.value.close() diff --git a/pages/setting/setting.vue b/pages/setting/setting.vue index 5e33d6a..83a06d0 100644 --- a/pages/setting/setting.vue +++ b/pages/setting/setting.vue @@ -321,7 +321,9 @@ icon: 'none' }) } + // #ifdef MP await asyncSetting() + // #endif }) const upgrade = () => {