lsc 1 year ago
parent
commit
d2727d5ca0

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.9868235a15b42ce5d340cbdd1003c036.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.e81042531bab735dba9a.js></script><script type=text/javascript src=./static/js/app.cae10e2ed48ae96c6604.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.1814a1bf4c2dff76990bb3938537bfc1.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.e81042531bab735dba9a.js></script><script type=text/javascript src=./static/js/app.be7a3ed20ea8189e6812.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.1814a1bf4c2dff76990bb3938537bfc1.css


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


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


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


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


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


+ 16 - 4
src/components/easy2/studyStudent.vue

@@ -7667,7 +7667,7 @@ export default {
                   this.worksStudent[i].push(_works);
                   this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
                 } else if (a[i].tool[0] == 57 && b[j].atool == 57 && b[j].type == 12) {
-                  _worksStudent[i].push({
+                  let _works = {
                     userid: b[j].userid,
                     ateacher: b[j].ateacher,
                     wid: b[j].id,
@@ -7681,10 +7681,16 @@ export default {
                     commentCount: commentCount,
                     isLikes: isLikes,
                     commentJson: commentJson,
-                  });
+                  }
+                  if (b[j].ttype == 1) {
+                    this.worksTeacher[i].push(_works);
+                  } else {
+                    this.worksStudent2[i].push(_works);
+                  }
+                  this.worksStudent[i].push(_works);
                   this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
                 } else if (a[i].tool[0] == 57 && b[j].atool == 57 && b[j].type == 15) {
-                  _worksStudent[i].push({
+                  let _works = {
                     userid: b[j].userid,
                     ateacher: b[j].ateacher,
                     wid: b[j].id,
@@ -7698,7 +7704,13 @@ export default {
                     commentCount: commentCount,
                     isLikes: isLikes,
                     commentJson: commentJson,
-                  });
+                  }
+                  if (b[j].ttype == 1) {
+                    this.worksTeacher[i].push(_works);
+                  } else {
+                    this.worksStudent2[i].push(_works);
+                  }
+                  this.worksStudent[i].push(_works);
                   this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
                 }
               }

+ 16 - 4
src/components/easy3/studyStudent.vue

@@ -7665,7 +7665,7 @@ export default {
                   this.worksStudent[i].push(_works);
                   this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
                 } else if (a[i].tool[0] == 57 && b[j].atool == 57 && b[j].type == 12) {
-                  _worksStudent[i].push({
+                  let _works = {
                     userid: b[j].userid,
                     ateacher: b[j].ateacher,
                     wid: b[j].id,
@@ -7679,10 +7679,16 @@ export default {
                     commentCount: commentCount,
                     isLikes: isLikes,
                     commentJson: commentJson,
-                  });
+                  }
+                  if (b[j].ttype == 1) {
+                    this.worksTeacher[i].push(_works);
+                  } else {
+                    this.worksStudent2[i].push(_works);
+                  }
+                  this.worksStudent[i].push(_works);
                   this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
                 } else if (a[i].tool[0] == 57 && b[j].atool == 57 && b[j].type == 15) {
-                  _worksStudent[i].push({
+                  let _works = {
                     userid: b[j].userid,
                     ateacher: b[j].ateacher,
                     wid: b[j].id,
@@ -7696,7 +7702,13 @@ export default {
                     commentCount: commentCount,
                     isLikes: isLikes,
                     commentJson: commentJson,
-                  });
+                  }
+                  if (b[j].ttype == 1) {
+                    this.worksTeacher[i].push(_works);
+                  } else {
+                    this.worksStudent2[i].push(_works);
+                  }
+                  this.worksStudent[i].push(_works);
                   this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
                 }
               }

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