Commit 018af861 authored by zhangjianqian's avatar zhangjianqian

取消关闭state 影响

parent a35d5344
...@@ -219,6 +219,7 @@ export default { ...@@ -219,6 +219,7 @@ export default {
} }
}, },
updateUserCourse(){ updateUserCourse(){
this.userlessonData.state = null;
changeUserLesson(this.userlessonData).then(response => { changeUserLesson(this.userlessonData).then(response => {
if(this.userlessonData.finishDuration == this.lessonData.duration){ if(this.userlessonData.finishDuration == this.lessonData.duration){
this.finish = true; this.finish = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment