lsc 11 months ago
parent
commit
576195f627

+ 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.16d287e69cbc6b8dc366eb7a7d6b50f8.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.dde0506a2d198d0b6865.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.b0dd0e797c56e58fc95c5aeaab531830.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.aaa410f8b24161d5bd7d.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.b0dd0e797c56e58fc95c5aeaab531830.css


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


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


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


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


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


+ 5 - 1
src/components/student/studyStudent.vue

@@ -335,7 +335,11 @@
             chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
               .toolChoose[0].tool.length == 0 &&
             chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-              .taskDetail == '' &&
+              .taskDetail == '' && 
+              !(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                .tcMember &&
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .tcMember.length) &&
             !chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
               .eList &&
             !(

+ 4 - 3
src/components/studio/studyStudent.vue

@@ -106,13 +106,14 @@
             .chapterData.length == 0 &&
           chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
             .toolArray.length == 0 &&
+            !(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                .tcMember &&
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .tcMember.length) &&
           chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
             .taskDetail == '' &&
           chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
             .people == '' &&
-          !chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].time &&
-          !chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-            .tcMember &&
           !chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].time
         ">
           <img src="../../assets/icon/isNoMessage.png" alt />

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