100J修复使用4G还提示蓝牙的文案异常

This commit is contained in:
微微一笑
2026-03-26 15:12:16 +08:00
parent 6715384b0a
commit a18b2b81e8
2 changed files with 24 additions and 5 deletions

View File

@ -514,7 +514,8 @@
fileUrl,
localPath,
onProgress: (p) => { this.updateProgress = p; },
onWaiting: () => { uni.showToast({ title: '等待蓝牙连接中...', icon: 'none', duration: 2000 }); }
// 不传「蓝牙连接中」类提示:关蓝牙走 4G 时易误导;进度条 + 必要时全局请稍候即可
onWaiting: () => {}
};
// 整体超时 60 秒仅影响蓝牙上传4G HTTP 很快返回)
const overallTimer = setTimeout(() => {