Browse Source

遮罩层问题

11wqe1 1 year ago
parent
commit
51533734f1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/components/pages/student/addCourse.vue

+ 5 - 0
src/components/pages/student/addCourse.vue

@@ -8861,6 +8861,11 @@ export default {
 
     },
   },
+  mounted(){
+    this.$nextTick(()=>{
+      this.scrollChange()
+    })
+  },
   beforeDestroy() {
     clearTimeout(this.timer);
     this.timer = null;