Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
@@ -454,7 +454,8 @@
|
||||
prevTime = talkVoiceObj.value.currentTime;
|
||||
}
|
||||
} else {
|
||||
if (props.isPlaying && (talkVoiceObj.value.currentTime > 0) && (pauseTime !== talkVoiceObj.value.currentTime) && props.activeVoiceId) {
|
||||
if (props.isPlaying && (talkVoiceObj.value.currentTime > 0) && props.activeVoiceId) {
|
||||
console.log(pauseTime , prevTime)
|
||||
emit('changePlay', '');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user