feat: 优化锁详情和设置页面的逻辑,调整蓝牙解锁条件,增加平台判断
This commit is contained in:
parent
406466d792
commit
bf5930e319
@ -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()
|
||||
|
||||
@ -321,7 +321,9 @@
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
// #ifdef MP
|
||||
await asyncSetting()
|
||||
// #endif
|
||||
})
|
||||
|
||||
const upgrade = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user