fix:修改密码和电子钥匙页面文案

This commit is contained in:
范鹏 2024-09-26 17:45:20 +08:00
parent 4e23c6f99a
commit ac769296e8

View File

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