100J增加上传语音等待设备写入提示

This commit is contained in:
微微一笑
2026-04-01 15:01:23 +08:00
parent 0c54f550b9
commit 0469abe228
2 changed files with 41 additions and 3 deletions

View File

@ -567,9 +567,10 @@
clearTimeout(this.upgradeTimer);
this.upgradeTimer = null;
}
// 蓝牙链:尾包 FA 05 01 02 FF 后已收到 FB 05 成功应答,再调 updateVoice此处再 toast 并返回上一页
const title = RES._updateVoiceAfterBleFailed
? '蓝牙已下发,云端同步失败可稍后重试'
: '音频上传成功';
: '设备已确认写入';
this.syncVoiceListUseStatus(item);
uni.showToast({ title, icon: RES._updateVoiceAfterBleFailed ? 'none' : 'success', duration: 2000 });
this.isUpdating = false;