lsc 11 months ago
parent
commit
393bf4ad76

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     body{
       font-family: 'Source Han Sans SC', sans-serif;
-    }</style><link href=./static/css/app.e256b2bcd190235e7376ed6f880967a5.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.5f64786d8936190591dc.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.543b312366429e654a7485c67d5ec762.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.5ec203103cdb5f4c36bd.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


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


BIN
dist/static/img/download.5a3bba5.png


BIN
dist/static/img/tup1.6b2e0bd.png


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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 4 - 1
src/components/easy/studyStudent.vue

@@ -6763,7 +6763,10 @@ export default {
           )
           : { text: "" };
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/easy2/studyStudent jiu.vue

@@ -13793,7 +13793,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -17401,7 +17407,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/easy2/studyStudent.vue

@@ -14361,7 +14361,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -18235,7 +18241,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/easy3/studyStudent jiu.vue

@@ -13813,7 +13813,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -17291,7 +17297,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/easy3/studyStudent.vue

@@ -14356,7 +14356,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -18259,7 +18265,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/noTerminal/studyStudent.vue

@@ -6642,7 +6642,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -9957,7 +9963,10 @@ export default {
           )
           : { text: "" };
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 12 - 3
src/components/studyStudent.vue

@@ -14319,7 +14319,7 @@ export default {
                 _worksStudent[i][gA] = [];
                 _worksStudent2[i][gA] = [];
                 this.isCloseList[i][gA] = [];
-
+                // debugger
                 for (var g = 0; g < f.length; g++) {
                   if (
                     f[g].ttype == 2 &&
@@ -14331,7 +14331,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -18233,7 +18239,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/trainCourse/easy2/studyStudent.vue

@@ -13957,7 +13957,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -17773,7 +17779,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/trainCourse/easy3/studyStudent.vue

@@ -13947,7 +13947,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -17767,7 +17773,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/trainCourse/studyStudent.vue

@@ -13928,7 +13928,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -17749,7 +17755,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/横板极简和任务模式/easy2/studyStudent.vue

@@ -13793,7 +13793,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -17401,7 +17407,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

+ 11 - 2
src/components/横板极简和任务模式/easy3/studyStudent.vue

@@ -13813,7 +13813,13 @@ export default {
                   ) {
                     continue;
                   }
-                  if (gA == f[g].group && f[g].tool == i) {
+                  if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.tcid.split(",")
+                    ).length !== 0 || this.arrayToArray(
+                      f[g].classid.split(","),
+                      this.classId ? this.classId.split(",") : []
+                    ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudentUid[i][gA].push(f[g].userid);
                   }
@@ -17291,7 +17297,10 @@ export default {
           }
         }
         this.dialogVisibleWord = true;
-      } else if (t == 49) {
+      }  else if (t == 49) {
+        if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
+          return
+        }
         this.groupJson =
           this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
             index

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