JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2026-03-24 19:53:47 +08:00
parent a38b3ca2b0
commit 124000435f
+2 -1
View File
@@ -157,7 +157,7 @@
talkUserVoiceObj.value.src = res.tempFilePath;
if (unref(dataInfo)?.id !== props.activeVoiceId) return
talkUserVoiceObj.value.play();
storageStore.setStorage('audio', _id, itemVoice.value);
// storageStore.setStorage('audio', _id, res.tempFilePath);
// uni.saveFile({
// tempFilePath: res.tempFilePath,
// success:(_res)=>{
@@ -266,6 +266,7 @@
isPlaying.value = false
if (!talkUserVoiceObj.value) return
talkUserVoiceObj.value.pause()
talkUserVoiceObj.value.src = ''
}
}
}, {