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