|
@@ -12427,6 +12427,8 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
|
|
|
courseInfo += `主题:${theme.join(',')} `
|
|
|
}
|
|
|
this.addCourseBehavior('courseBehavior', `点击选择分类-${courseInfo}`)
|
|
|
+ this.typeC1 = this.getTypeC(2)
|
|
|
+ this.typeC2 = this.getTypeC(1)
|
|
|
},
|
|
|
getChapterData(e, i, j, ic, type) {
|
|
|
e.stopPropagation();
|
|
@@ -15554,6 +15556,7 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
|
|
|
|
|
|
this.$forceUpdate();
|
|
|
this.courseName = res.data[0][0].title;
|
|
|
+ this.searchFileName = JSON.parse(JSON.stringify(this.courseName))
|
|
|
this.courseText = res.data[0][0].brief;
|
|
|
this.courseText2 = res.data[0][0].reBrief;
|
|
|
this.evalua = res.data[0][0].evaId;
|
|
@@ -16249,6 +16252,8 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
|
|
|
}
|
|
|
}
|
|
|
this.courseTypeId = _courseTypeId;
|
|
|
+ this.typeC1 = this.getTypeC(2)
|
|
|
+ this.typeC2 = this.getTypeC(1)
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
console.error(err);
|
|
@@ -17373,10 +17378,10 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
|
|
|
setCover($event, attempts = 0) {
|
|
|
var _this = this;
|
|
|
this.addCourseBehavior('courseBehavior', `修改课程名称-${this.courseName}`)
|
|
|
+ _this.searchFileName = JSON.parse(JSON.stringify(_this.courseName))
|
|
|
if (_this.cover.length || attempts >= 3) {
|
|
|
return;
|
|
|
}
|
|
|
- _this.searchFileName = JSON.parse(JSON.stringify(_this.courseName))
|
|
|
_this.findMatchingContents()
|
|
|
_this.imageloading2 = true;
|
|
|
_this.ajax
|