lsc 2 gadi atpakaļ
vecāks
revīzija
e04f6b89d6
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      src/components/index.vue
  2. 2 2
      src/components/studyStudent.vue

+ 2 - 2
src/components/index.vue

@@ -108,7 +108,7 @@
                     {{ JSON.parse(item.chapters).length }}阶段
                   </div>
                 </div>
-                <div class="people">
+                <!-- <div class="people">
                   <div class="man">
                     <img src="../assets/people.png" alt="" />
                   </div>
@@ -117,7 +117,7 @@
                       item.pNum != null && item.pNum != "" ? item.pNum : "0"
                     }}人学习
                   </div>
-                </div>
+                </div> -->
               </div>
               <div
                 class="now_study"

+ 2 - 2
src/components/studyStudent.vue

@@ -2603,14 +2603,14 @@ export default {
                       time: b[j].time,
                     });
                   }
-                } else if (b[j].type == 3 && a[i].tool[0] != 15) {
+                } else if (b[j].type == 3 && a[i].tool[0] == 15) {
                   this.workStudent[i].push({
                     works: b[j].content,
                     sName: b[j].name,
                     type: 2,
                     time: b[j].time,
                   });
-                } else if (b[j].type == 4 && a[i].tool[0] != 4) {
+                } else if (b[j].type == 4 && a[i].tool[0] == 4) {
                   this.workStudent[i].push({
                     works: b[j].content,
                     sName: b[j].name,