mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
提交
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user