lsc 2 years ago
parent
commit
75a111ae3e

+ 7 - 2
src/components/pages/addCourse.vue

@@ -2306,6 +2306,7 @@ export default {
       grade: [],
       courseUserid: "",
       timer: null,
+      timer2: null,
       checkId: "",
       isDelete: 1,
       addindex: 0,
@@ -5239,10 +5240,14 @@ export default {
   beforeDestroy() {
     clearTimeout(this.timer);
     this.timer = null;
+    clearInterval(this.timer);
+    this.timer = null;
   },
   beforeRouteLeave(to, from, next) {
     clearTimeout(this.timer);
     this.timer = null;
+    clearInterval(this.timer2);
+    this.timer2 = null;
     next();
   },
   created() {
@@ -5253,10 +5258,10 @@ export default {
     this.selectType();
     this.selectEva();
     this.loading = false;
-    setTimeout(() => {
+    this.timer2 = setInterval(() => {
       this.selectCourseDetail();
       this.selectEva();
-    }, 500);
+    }, 5000);
   },
 };
 </script>

+ 1 - 1
src/components/pages/course.vue

@@ -8,7 +8,7 @@
         ">评价管理</span>
       </div>
       <div class="student_button">
-        <el-button type="primary" class="bgColor" @click="openCourse">协同编辑</el-button>
+        <!-- <el-button type="primary" class="bgColor" @click="openCourse">协同编辑</el-button> -->
         <el-button type="primary" class="bgColor" @click="goToCourse()">添加项目</el-button>
       </div>
     </div>

+ 2 - 2
src/components/pages/tencent/notice.vue

@@ -325,8 +325,8 @@ export default {
   word-wrap: break-word;
   word-break: break-all;
   overflow: hidden;
-  font-size: 18px;
-  line-height: 35px;
+  font-size: 16px;
+  line-height: 31px;
   text-indent: 35px;
 }