lsc 1 year ago
parent
commit
6b602da4e3

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     html,
     body{
     body{
       font-family: '黑体';
       font-family: '黑体';
-    }</style><link href=./static/css/app.0d35ce0ed9406d3817e7be39fd38dfd7.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.0eb3ff1f4c979300a113.js></script><script type=text/javascript src=./static/js/app.1205d78eae2152ebac8a.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.879dadc99b5505aaebf1e14b408b739e.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.0eb3ff1f4c979300a113.js></script><script type=text/javascript src=./static/js/app.b2109b3c4437498b7f0f.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


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


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


+ 3 - 3
src/components/easy2/studyStudent jiu.vue

@@ -13787,17 +13787,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/easy2/studyStudent.vue

@@ -14423,17 +14423,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/easy3/studyStudent jiu.vue

@@ -13807,17 +13807,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/easy3/studyStudent.vue

@@ -14462,17 +14462,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/noTerminal/studyStudent.vue

@@ -6638,15 +6638,15 @@ export default {
                   if (
                   if (
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
-                    this.arrayToArray(f[g].classid.split(","), this.tcid.split(",")).length == 0
+                    this.arrayToArray((f[g].classid ? f[g].classid.split(",") : []), this.tcid.split(",")).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/studyStudent.vue

@@ -14396,17 +14396,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/studyStudentJiu.vue

@@ -14325,17 +14325,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/trainCourse/easy2/studyStudent.vue

@@ -13951,17 +13951,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/trainCourse/easy3/studyStudent.vue

@@ -13941,17 +13941,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

+ 3 - 3
src/components/trainCourse/studyStudent.vue

@@ -13922,17 +13922,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

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

@@ -13787,17 +13787,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

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

@@ -13807,17 +13807,17 @@ export default {
                     f[g].ttype == 2 &&
                     f[g].ttype == 2 &&
                     this.tcid &&
                     this.tcid &&
                     this.arrayToArray(
                     this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length == 0
                     ).length == 0
                   ) {
                   ) {
                     continue;
                     continue;
                   }
                   }
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
                   if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.tcid.split(",")
                       this.tcid.split(",")
                     ).length !== 0 || this.arrayToArray(
                     ).length !== 0 || this.arrayToArray(
-                      f[g].classid.split(","),
+                      (f[g].classid ? f[g].classid.split(",") : []),
                       this.classId ? this.classId.split(",") : []
                       this.classId ? this.classId.split(",") : []
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     ).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
                     this.groupStudent[i][gA].push(f[g]);
                     this.groupStudent[i][gA].push(f[g]);

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