Browse Source

修改selectSLook中的getCourseState

11wqe1 1 week ago
parent
commit
6cf0ba9135

+ 3 - 3
src/components/easy2/studyStudent.vue

@@ -22776,10 +22776,10 @@ export default {
           this.IsFollow = res.data[0][0].follow == 1 ? false : true;
           if (!this.IsLookOpen) {
             this.setNavList();
-          }
-          // else {
+          }else {
             this.getCourseState(1);
-          // }
+          }
+          
           //  || (this.splitScreenData.isOpen && this.splitScreenData.uid != this.splitScreenData.myUid)
 					if ((this.IsFollow && this.tType == 2)) {
             this.setContent2(false);

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

@@ -18203,11 +18203,9 @@ export default {
           this.IsFollow = res.data[0][0].follow == 1 ? false : true;
           if (!this.IsLookOpen) {
             this.setNavList();
-          }
-
+          }else {
             this.getCourseState(1);
-
-
+          }
 
 					if ((this.IsFollow && this.tType == 2)) {
             this.setContent2(false);

+ 2 - 3
src/components/studyStudent.vue

@@ -18146,10 +18146,9 @@ export default {
           this.IsFollow = res.data[0][0].follow == 1 ? false : true;
           if (!this.IsLookOpen) {
             this.setNavList();
-          }
-          //  else {
+          }else {
             this.getCourseState(1);
-          // }
+          }
 
           if ((this.IsFollow && this.tType == 2)) {
             this.setContent2(false);

+ 2 - 3
src/components/studySutdentClass/studyStudent.vue

@@ -22240,10 +22240,9 @@ export default {
           this.IsFollow = res.data[0][0].follow == 1 ? false : true;
           if (!this.IsLookOpen) {
             this.setNavList();
-          }
-          // else {
+          } else {
             this.getCourseState(1);
-          // }
+          }
 
 					if ((this.IsFollow && this.tType == 2) || (this.splitScreenData.isOpen && this.splitScreenData.uid != this.splitScreenData.myUid)) {
             this.setContent2(false);