fix: bug

This commit is contained in:
杨航
2025-11-10 14:23:58 +08:00
parent a4c2e7091e
commit 2e36bc65a2
@@ -451,6 +451,7 @@
});
talkVoiceObj.value.onStop(() => {
console.log('onStop');
voiceLoading.value = false;
if(props.activeVoiceId){
emit('changePlay', '');
}
@@ -459,6 +460,7 @@
talkVoiceObj.value.src = '';
});
talkVoiceObj.value.onPause(() => {
voiceLoading.value = false;
prevTime = talkVoiceObj.value.currentTime;
pauseTime = prevTime
});