diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index cfbd4978..2fd6c1a9 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -1686,7 +1686,7 @@ status: 2, contentTotal: this.totalContent }; - if(currentTime > 2 && this.trueFalse){ + if(currentTime > 2 && this.trueFalse && this.contentData.contentType == 10){ apiStudy.studyContent(params) this.trueFalse = false }