fix; bug
This commit is contained in:
@@ -240,9 +240,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
talkVoiceObj.value.onError(() => {
|
talkVoiceObj.value.onError(() => {
|
||||||
talkVoiceObj.value.src = ''
|
// emit('changePlay', '')
|
||||||
|
// talkVoiceObj.value.src = ''
|
||||||
voiceIsPlaying.value = false
|
voiceIsPlaying.value = false
|
||||||
common.msg('音频播放出错了,请刷新页面再试!')
|
// common.msg('音频播放出错了,请刷新页面再试!')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const pauseVoice = (flag) => {
|
const pauseVoice = (flag) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user