1
0
forked from dyf/APP
This commit is contained in:
fengerli
2026-04-01 15:05:21 +08:00
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;