feat: 优化锁详情和设置页面的逻辑,调整蓝牙解锁条件,增加平台判断

This commit is contained in:
fanpeng 2025-07-16 16:30:06 +08:00
parent 406466d792
commit bf5930e319
2 changed files with 4 additions and 1 deletions

View File

@ -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()

View File

@ -321,7 +321,9 @@
icon: 'none'
})
}
// #ifdef MP
await asyncSetting()
// #endif
})
const upgrade = () => {