|
@@ -220,6 +220,10 @@ export default defineComponent({
|
|
|
class={[styles.button, styles.hasText]}
|
|
|
disabled={(runtime.evaluatingStatus && !startButtonShow.value) || followRef.value?.data.start}
|
|
|
onClick={() => {
|
|
|
+ // 不是课后训练选段和单元测验选段,切换模式去除选段
|
|
|
+ if (!unitTestData.isSelectMeasureMode && detailState.sectionStatus) {
|
|
|
+ RuntimeUtils.sectionChange()
|
|
|
+ }
|
|
|
if (modelType.value === 'practice') {
|
|
|
// 当前为练习模式,需要停止播放
|
|
|
RuntimeUtils.resetPlayStatus()
|