zengyicheng 2 years ago
parent
commit
d62bdebf4c

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.37eb669dd4bc476ca3cc179aaac39f83.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.779ee1bbeec2c196af1e.js></script><script type=text/javascript src=./static/js/app.38c87a5b45f8b742094f.js></script></body></html>
+    }</style><link href=./static/css/app.ac1f789a0e9cd7c47eddce5d3951f4b9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.779ee1bbeec2c196af1e.js></script><script type=text/javascript src=./static/js/app.be4f67d464123d492592.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.ac1f789a0e9cd7c47eddce5d3951f4b9.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.ac1f789a0e9cd7c47eddce5d3951f4b9.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.38c87a5b45f8b742094f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.be4f67d464123d492592.js


+ 23 - 22
src/components/pages/addCourse.vue

@@ -837,7 +837,7 @@
                                   src="../../assets/icon/secondToolList/mindMapping.png"
                                   alt=""
                                 />
-                                <div style="margin: 5px 0">思维图</div>
+                                <div style="margin: 5px 0">思维图</div>
                               </div>
                               <div class="check" @click="addTools(3)">
                                 <img
@@ -1466,27 +1466,12 @@ export default {
         this.steps = 1;
       }
       if (s == 2) {
-        if (
-          this.courseName != "" &&
-          this.courseText != "" &&
-          this.cover.length != 0 &&
-          this.courseTypeId.length != 0 &&
-          this.checkboxList.length != 0
-        ) {
-          this.steps = 2;
-        } else {
-          this.$message.error("请将信息填写完整");
-        }
+        this.steps = 2;
       }
       if (s == 3) {
-        if (this.templateC.id != undefined) {
-          this.cTemplate = this.templateC.content;
-          this.dialogVisible2 = false;
-          this.steps = 3;
-        } else {
-          this.$message.error("请选择文档");
-          return;
-        }
+        this.cTemplate = this.templateC.content;
+        this.dialogVisible2 = false;
+        this.steps = 3;
       }
     },
     nextSteps() {
@@ -1524,7 +1509,15 @@ export default {
               0 ||
             this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
               0 ||
-            this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length == 0
+            this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
+              0 ||
+            this.courseName != "" ||
+            this.courseText != "" ||
+            this.cover.length != 0 ||
+            this.courseTypeId.length != 0 ||
+            this.checkboxList.length != 0 ||
+            this.templateC.id == "" ||
+            this.templateC.id == undefined
           ) {
             this.$message.error("请将信息填写完整");
             return;
@@ -1556,7 +1549,15 @@ export default {
               0 ||
             this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
               0 ||
-            this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length == 0
+            this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
+              0 ||
+            this.courseName != "" ||
+            this.courseText != "" ||
+            this.cover.length != 0 ||
+            this.courseTypeId.length != 0 ||
+            this.checkboxList.length != 0 ||
+            this.templateC.id == "" ||
+            this.templateC.id == undefined
           ) {
             this.$message.error("请将信息填写完整");
             return;

Some files were not shown because too many files changed in this diff