mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
修改调用方式
This commit is contained in:
@@ -1532,9 +1532,9 @@
|
||||
});
|
||||
},
|
||||
finishStudyItem(){ //设置完成学习的内容,针对于音视频的内容
|
||||
if(!this.curContent.studyItemId && !this.tentative){ //临时方案避免重复调用
|
||||
if(!this.curContent.studyItemId){ //临时方案避免重复调用
|
||||
//这种可能没有,不过这里也是为了万中那个1
|
||||
this.saveStudyInfo();
|
||||
!this.tentative && this.saveStudyInfo();
|
||||
}else{
|
||||
let params={
|
||||
itemId:this.curContent.studyItemId,
|
||||
|
||||
Reference in New Issue
Block a user