feat: 优化锁详情和设置页面的逻辑,调整蓝牙解锁条件,增加平台判断
This commit is contained in:
parent
406466d792
commit
bf5930e319
@ -385,7 +385,8 @@
|
|||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if ($bluetooth.currentLockInfo.appUnlockOnline && type !== 'close') {
|
// if ($bluetooth.currentLockInfo.appUnlockOnline && type !== 'close') {
|
||||||
|
if ($bluetooth.currentLockInfo.appUnlockOnline) {
|
||||||
const result = await getNetToken()
|
const result = await getNetToken()
|
||||||
if (!result) {
|
if (!result) {
|
||||||
sLoading.value.close()
|
sLoading.value.close()
|
||||||
|
|||||||
@ -321,7 +321,9 @@
|
|||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// #ifdef MP
|
||||||
await asyncSetting()
|
await asyncSetting()
|
||||||
|
// #endif
|
||||||
})
|
})
|
||||||
|
|
||||||
const upgrade = () => {
|
const upgrade = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user