Parcourir la source

遮罩层问题

11wqe1 il y a 1 an
Parent
commit
51533734f1
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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;