Explorar o código

遮罩层问题

11wqe1 hai 1 ano
pai
achega
51533734f1
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;