bug修改

This commit is contained in:
zhaofang
2022-07-13 11:05:20 +08:00
parent 18d00e4b54
commit 1d8588b3d1
3 changed files with 4 additions and 4 deletions

View File

@@ -538,7 +538,6 @@ export default {
if(!img.path){
return;
}
//console.log(img);
this.dlgFileChoose.show=false;
this.courseInfo.coverImg = img.path;
this.courseCoverurl = this.fileUrl+img.path;
@@ -1205,7 +1204,8 @@ export default {
if (index == -1) {
this.contentInfo.list.push(cc);
} else {
this.contentInfo.list[index] = cc;
// this.contentInfo.list[index] = cc;
this.contentInfo.list.splice(index,1,cc);
}
//计算顺序值
},