1
0
forked from dyf/APP

优化蓝牙搜索页面的动画闪烁感,优化从设备页面去匹配蓝牙时给出目标设备的提示

This commit is contained in:
liub
2025-10-13 10:57:03 +08:00
parent e3a2624509
commit 8689781e17
7 changed files with 233 additions and 171 deletions

View File

@ -157,7 +157,7 @@
}
})
let inteval = setInterval(this.initDevice, 5000);
let inteval = setInterval(this.initDevice, 10000);
},
methods: {
@ -182,7 +182,7 @@
}
}).then(res => {
// console.log("获取设备信息", res);
console.log("获取设备信息", res);
if (res && res.code == 200) {
let data = res.data;
this.serverDevice=data;