This commit is contained in:
zhangsir
2024-07-03 16:09:43 +08:00
parent 4478cec6f7
commit 2ec5ae3ee0

View File

@@ -1686,7 +1686,7 @@
status: 2, status: 2,
contentTotal: this.totalContent contentTotal: this.totalContent
}; };
if(currentTime > 2 && this.trueFalse){ if(currentTime > 2 && this.trueFalse && this.contentData.contentType == 10){
apiStudy.studyContent(params) apiStudy.studyContent(params)
this.trueFalse = false this.trueFalse = false
} }