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 = () => {