Kaynağa Gözat

遮罩层问题

11wqe1 1 yıl önce
ebeveyn
işleme
51533734f1
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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;