体验优化添加失败时的提醒
This commit is contained in:
@ -909,7 +909,7 @@ class BleHelper {
|
||||
|
||||
this.updateCache();
|
||||
}
|
||||
}, 500);
|
||||
}, 100);
|
||||
|
||||
});
|
||||
|
||||
@ -1157,7 +1157,7 @@ class BleHelper {
|
||||
//停止搜索
|
||||
StopSearch() {
|
||||
if (this.data.platform == 'web' || !this.data.discovering) {
|
||||
console.error("web平台或当前没有搜索,直接返回");
|
||||
console.error("web平台或当前没有搜索,直接返回",this.data.discovering);
|
||||
return Promise.resolve();
|
||||
}
|
||||
let p1 = new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user