Browse Source

阶段与极简取消分屏模式

11wqe1 1 week ago
parent
commit
4527c0648f
2 changed files with 6 additions and 2 deletions
  1. 3 1
      src/components/easy3/studyStudent.vue
  2. 3 1
      src/components/studyStudent.vue

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

@@ -17274,7 +17274,9 @@ export default {
           }, 5000);
           }, 5000);
           if (_this.timer2 == null) {
           if (_this.timer2 == null) {
             _this.timer2 = setInterval(()=> {
             _this.timer2 = setInterval(()=> {
-              _this.getSplitScreenData();//获取分屏数据
+              if (_this.$region != 'hk') {
+                _this.getSplitScreenData();//获取分屏数据
+              }
             },  5000);
             },  5000);
           }
           }
           _this.$nextTick(function () {
           _this.$nextTick(function () {

+ 3 - 1
src/components/studyStudent.vue

@@ -17208,7 +17208,9 @@ export default {
           }, 5000);
           }, 5000);
           if (_this.timer2 == null) {
           if (_this.timer2 == null) {
             _this.timer2 = setInterval(()=> {
             _this.timer2 = setInterval(()=> {
-              _this.getSplitScreenData();//获取分屏数据
+              if (_this.$region != 'hk') {
+                _this.getSplitScreenData();//获取分屏数据
+              }
             },  5000);
             },  5000);
           }
           }
           _this.$nextTick(function () {
           _this.$nextTick(function () {