mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
edit page saveStudyInfo
This commit is contained in:
@@ -1526,7 +1526,7 @@
|
||||
finishStudyItem() { //设置完成学习的内容,针对于音视频的内容
|
||||
if (!this.contentData.studyItemId) {
|
||||
// 这种可能没有,不过这里也是为了万中那个1
|
||||
// this.saveStudyInfo('CoursenewIndex-02');
|
||||
this.saveStudyInfo();
|
||||
} else {
|
||||
let params = {
|
||||
itemId: this.contentData.studyItemId,
|
||||
|
||||
Reference in New Issue
Block a user