This commit is contained in:
zhaofang
2022-07-21 15:49:59 +08:00
parent c61b435b6a
commit b4f83b1795
9 changed files with 11 additions and 12 deletions

View File

@@ -580,10 +580,9 @@ export default {
if(this.contentData.status<9){
this.finishStudyItem();
}
},
loadData() {
apiCoursePortal.detail(this.courseId).then(rs => {
apiCoursePortal.detail(this.courseId,false).then(rs => {
if (rs.status == 200) {
//设置必须的字段
rs.result.sections.forEach(sec => {