1
0
forked from dyf/APP

体验优化添加失败时的提醒

This commit is contained in:
liub
2026-04-03 08:48:00 +08:00
parent 222c578f2c
commit aef68d5968
19 changed files with 851 additions and 1046 deletions

View File

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