lsc 2 年之前
父节点
当前提交
2a87eb5f4a
共有 2 个文件被更改,包括 196 次插入476 次删除
  1. 12 0
      src/components/pages/addCourse.vue
  2. 184 476
      src/components/pages/addCourseGM.vue

+ 12 - 0
src/components/pages/addCourse.vue

@@ -4267,6 +4267,12 @@ export default {
         this.taskCount
       ].toolChoose[this.toolIndex].answerQ = this.answerQ;
       this.dialogVisible8 = false;
+
+      if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+        this.taskCount
+      ].toolChoose[this.toolIndex].tool != 15) {
+        this.addTools(15, this.taskCount, this.toolIndex)
+      }
     },
     addMp3Answer() {
       if (this.answerQ == "") {
@@ -4294,6 +4300,12 @@ export default {
         this.taskCount
       ].toolChoose[this.toolIndex].rateJson = this.rateJson;
       this.dialogVisibleRate = false;
+
+      if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+        this.taskCount
+      ].toolChoose[this.toolIndex].tool != 40) {
+        this.addTools(40, this.taskCount, this.toolIndex)
+      }
     },
     addSelectAnswer() {
       if (this.selectJson.url == "") {

文件差异内容过多而无法显示
+ 184 - 476
src/components/pages/addCourseGM.vue


部分文件因为文件数量过多而无法显示