lsc 2 years ago
parent
commit
41e94b124e

+ 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.0eeb52886c21c97a655fbb485d946e60.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.b9b15ae4f82d2f85be9d.js></script><script type=text/javascript src=./static/js/app.66b720f53fda70a82882.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.e4e58e9deb8dec326a0f72fc0300adc0.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.b9b15ae4f82d2f85be9d.js></script><script type=text/javascript src=./static/js/app.093576bc9ec46e9a9b7a.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.e4e58e9deb8dec326a0f72fc0300adc0.css


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


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


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


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


+ 7 - 7
src/components/student/studyStudent.vue

@@ -1580,7 +1580,7 @@ export default {
                       }
 
                       if (_tool.tool == 48 || _tool.tool == 52) {
-                        _tool.toolPhoto[0] = _work
+                          _tool.toolPhoto[0] = _work
                         if (_tool.people.indexOf(_work.username) == -1) {
                           _tool.people.push(_work.username);
                         }
@@ -1590,9 +1590,9 @@ export default {
                     }
                   }
                   if (_tool.tool == 48) {
-                    _tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(表格)提交了:`
+                    _tool.toolPhoto.length && (_tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(表格)提交了:`)
                   } else if (_tool.tool == 52) {
-                    _tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(文档)提交了:`
+                    _tool.toolPhoto.length && (_tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(文档)提交了:`)
                   }
 
                   for (var kz = 0; kz < this.checkJson[z].length; kz++) {
@@ -1705,9 +1705,9 @@ export default {
                     }
                   }
                   if (_tool.tool == 48) {
-                    _tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(表格)提交了:`
+                    _tool.toolPhoto.length && (_tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(表格)提交了:`)
                   } else if (_tool.tool == 52) {
-                    _tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(文档)提交了:`
+                    _tool.toolPhoto.length && (_tool.toolPhoto[0].workContent = `(${_tool.people.join(',')})使用(文档)提交了:`)
                   }
                   for (var kz = 0; kz < this.checkJson[z].length; kz++) {
                     this.checkJson[z][kz].checkPerent = [];
@@ -2482,7 +2482,7 @@ export default {
     },
     getMan() {
       return function (people) {
-        let _people = people
+        let _people = ''
         if (this.ManAarray.length) {
           for (var i = 0; i < this.ManAarray.length; i++) {
             if (this.ManAarray[i].userid == people) {
@@ -2491,7 +2491,7 @@ export default {
             }
           }
         }
-        return this.ManAarray.length ? _people : ''
+        return _people ? _people : ''
       }
     },
   },

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