Procházet zdrojové kódy

允许学生查看内容

11wqe1 před 1 měsícem
rodič
revize
b45abebdd9

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

@@ -22407,7 +22407,7 @@ export default {
             if (this.courseDetail.userid == this.userid) {
             
               // 开局关闭学生查看内容
-              this.StulookMode(false)
+              this.StulookMode(true)
               // 开局打开跟随模式
               this.followingMode(true)
             }

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

@@ -17811,7 +17811,7 @@ export default {
             if (this.courseDetail.userid == this.userid) {
 
               // 开局关闭学生查看内容
-              this.StulookMode(false)
+              this.StulookMode(true)
               // 开局打开跟随模式
               this.followingMode(true)
             }

+ 1 - 1
src/components/studyStudent.vue

@@ -17744,7 +17744,7 @@ export default {
             if (this.courseDetail.userid == this.userid) {
             
               // 开局关闭学生查看内容
-              this.StulookMode(false)
+              this.StulookMode(true)
               // 开局打开跟随模式
               this.followingMode(true)
             }

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

@@ -21851,7 +21851,7 @@ export default {
             if (this.courseDetail.userid == this.userid) {
             
               // 开局关闭学生查看内容
-              this.StulookMode(false)
+              this.StulookMode(true)
               // 开局打开跟随模式
               this.followingMode(true)
             }