11wqe1 2 months ago
parent
commit
351e25ee4b

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

@@ -20642,7 +20642,7 @@ export default {
       this.courseType = s;
       this.navId = i;
       this.taskCount = n;
-      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount,navId:this.navId}})
+      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount}})
       this.navList[this.courseType].task[this.taskCount].isOpen = !this.navList[
         this.courseType
       ].task[this.taskCount].isOpen;
@@ -24886,16 +24886,16 @@ export default {
                   }, 0);
                 }
 
-            if(behavior.form.navId){
-              this.navId = behavior.form.navId
-            }
+            // if(behavior.form.navId){
+            //   this.navId = behavior.form.navId
+            // }
             // console.log("分屏阶段和任务",JSON.stringify(oldData),JSON.stringify(newData))
             if(JSON.stringify(oldData)!=JSON.stringify(newData)){
               // console.log("分屏测试====",JSON.stringify(oldData),JSON.stringify(newData))
               this.getCourseDetail()
-              this.setContent2(false)
+              
             }
-
+            this.setContent2(false)
             
           }
         } else {

+ 5 - 5
src/components/easy3/studyStudent.vue

@@ -16425,7 +16425,7 @@ export default {
       this.courseType = s;
       this.navId = i;
       this.taskCount = n;
-      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount,navId:this.navId}})
+      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount}})
       this.navList[this.courseType].task[this.taskCount].isOpen =
         !this.navList[this.courseType].task[this.taskCount].isOpen;
       if (this.IsLookOpen) {
@@ -20517,15 +20517,15 @@ export default {
                   }, 0);
                 }
 
-            if(behavior.form.navId){
-              this.navId = behavior.form.navId
-            }
+            // if(behavior.form.navId){
+            //   this.navId = behavior.form.navId
+            // }
             // console.log("分屏阶段和任务",JSON.stringify(oldData),JSON.stringify(newData))
             if(JSON.stringify(oldData)!=JSON.stringify(newData)){
               // console.log("分屏测试====",JSON.stringify(oldData),JSON.stringify(newData))
               this.getCourseDetail()
-              this.setContent2(false)
             }
+            this.setContent2(false)
 
             
           }

+ 5 - 5
src/components/studyStudent.vue

@@ -16409,7 +16409,7 @@ export default {
 
       this.navId = i;
       this.taskCount = n;
-      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount,navId:this.navId}})
+      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount}})
 
       if(ctype == 2){
         this.navList[s].task[n].isOpen = true
@@ -20507,15 +20507,15 @@ export default {
                   }, 0);
                 }
 
-            if(behavior.form.navId){
-              this.navId = behavior.form.navId
-            }
+            // if(behavior.form.navId){
+            //   this.navId = behavior.form.navId
+            // }
             // console.log("分屏阶段和任务",JSON.stringify(oldData),JSON.stringify(newData))
             if(JSON.stringify(oldData)!=JSON.stringify(newData)){
               // console.log("分屏测试====",JSON.stringify(oldData),JSON.stringify(newData))
               this.getCourseDetail()
-              this.setContent2(false)
             }
+            this.setContent2(false)
 
             
           }

+ 5 - 5
src/components/studySutdentClass/studyStudent.vue

@@ -20084,7 +20084,7 @@ export default {
       this.courseType = s;
       this.navId = i;
       this.taskCount = n;
-      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount,navId:this.navId}})
+      this.changeSplitScreenBehavior({form:{courseType:this.courseType,taskCount:this.taskCount}})
 
       this.navList[this.courseType].task[this.taskCount].isOpen =
         !this.navList[this.courseType].task[this.taskCount].isOpen;
@@ -24264,15 +24264,15 @@ export default {
                   }, 0);
                 }
 
-            if(behavior.form.navId){
-              this.navId = behavior.form.navId
-            }
+            // if(behavior.form.navId){
+            //   this.navId = behavior.form.navId
+            // }
             // console.log("分屏阶段和任务",JSON.stringify(oldData),JSON.stringify(newData))
             if(JSON.stringify(oldData)!=JSON.stringify(newData)){
               // console.log("分屏测试====",JSON.stringify(oldData),JSON.stringify(newData))
               this.getCourseDetail()
-              this.setContent2(false)
             }
+            this.setContent2(false)
 
             
           }