mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
edit page saveStudyInfo
This commit is contained in:
@@ -409,7 +409,7 @@ export default {
|
||||
finishStudyItem(){ //设置完成学习的内容,针对于音视频的内容
|
||||
if(!this.contentData.studyItemId){
|
||||
// 这种可能没有,不过这里也是为了万中那个1
|
||||
// this.saveStudyInfo(PortalIIndex-02');
|
||||
this.saveStudyInfo();
|
||||
}else{
|
||||
let params={
|
||||
itemId:this.contentData.studyItemId,
|
||||
|
||||
@@ -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