JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
@@ -225,6 +225,23 @@
|
|||||||
// },200)
|
// },200)
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => props.activeVoiceId,
|
||||||
|
(val) => {
|
||||||
|
if (val !== props.dataInfo.id) {
|
||||||
|
if (isPlaying.value) {
|
||||||
|
isPlaying.value = false
|
||||||
|
if (!talkVoiceObj.value) return
|
||||||
|
talkVoiceObj.value.pause()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
deep: true,
|
||||||
|
immediate: true
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|||||||
Reference in New Issue
Block a user