JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
@@ -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 = ''
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user