mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-14 05:16:46 +08:00
修改视频删除多余打印
This commit is contained in:
@@ -1558,14 +1558,7 @@
|
|||||||
status: 2,
|
status: 2,
|
||||||
contentTotal:this.totalContent
|
contentTotal:this.totalContent
|
||||||
}
|
}
|
||||||
apiCourseStudy.studyContent(params).then(res=>{
|
apiCourseStudy.studyContent(params)
|
||||||
if(res.status == 200) {
|
|
||||||
this.curContent.status=2;//完成
|
|
||||||
this.curContent.studyItemId=res.result;//学习记录id
|
|
||||||
}else{
|
|
||||||
console.log('记录学习失败:'+res.message+','+res.error);
|
|
||||||
}
|
|
||||||
})
|
|
||||||
this.trueFalse = false
|
this.trueFalse = false
|
||||||
}
|
}
|
||||||
//console.log("当前播放11",itme);
|
//console.log("当前播放11",itme);
|
||||||
|
|||||||
Reference in New Issue
Block a user