优化蓝牙搜索页面的动画闪烁感,优化从设备页面去匹配蓝牙时给出目标设备的提示
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user