fix:修改密码和电子钥匙页面文案
This commit is contained in:
parent
4e23c6f99a
commit
ac769296e8
@ -764,6 +764,7 @@ export const useBluetoothStore = defineStore('ble', {
|
||||
timer1 = setInterval(() => {
|
||||
uni.getBluetoothDevices({
|
||||
success(res) {
|
||||
console.log('设备列表', res)
|
||||
const deviceList = res.devices
|
||||
for(let i = 0; i < deviceList.length; i++) {
|
||||
if(deviceList[i]?.name === that.currentLockInfo.name) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user