ソースを参照

遮罩层问题

11wqe1 1 年間 前
コミット
51533734f1
1 ファイル変更5 行追加0 行削除
  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;