lsc 2 年之前
父节点
当前提交
38e537d3f0

+ 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.50df4f463300672ec913316f80c8a9b8.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.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.04745611a740b887228b.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.94333db9156e08e9b3a4c462f165236f.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.8d7171b1fe858bda1433.js></script><script type=text/javascript src=./static/js/app.df8e66fd8a918629b138.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.94333db9156e08e9b3a4c462f165236f.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.94333db9156e08e9b3a4c462f165236f.css.map


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.df8e66fd8a918629b138.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.df8e66fd8a918629b138.js.map


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 2 - 2
src/components/studyStudent.vue

@@ -6570,9 +6570,9 @@ export default {
 
                 for (var g = 0; g < f.length; g++) {
                   if (
+                    f[g].ttype == 2 &&
                     this.tcid &&
-                    this.arrayToArray(f[g].classid.split(","), this.tcid.split(",")).length == 0 &&
-                    f[g].ttype == 2
+                    this.arrayToArray(f[g].classid.split(","), this.tcid.split(",")).length == 0
                   ) {
                     continue;
                   }

部分文件因为文件数量过多而无法显示