|
@@ -231,7 +231,7 @@ export default defineComponent({
|
|
|
}
|
|
|
if (modelType.value === 'practice') {
|
|
|
// 当前为练习模式,需要停止播放
|
|
|
- RuntimeUtils.resetPlayStatus(true)
|
|
|
+ RuntimeUtils.resetPlayStatus()
|
|
|
RuntimeUtils.setCurrentTime(0)
|
|
|
}
|
|
|
if (modelType.value === 'evaluation') {
|