mo il y a 1 an
Parent
commit
d85ad8ecf1
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      src/views/prepare-lessons/index.tsx

+ 4 - 1
src/views/prepare-lessons/index.tsx

@@ -32,7 +32,10 @@ export default defineComponent({
           );
         }
       );
-      isEndMounted.value = true
+      setTimeout(() => {
+        isEndMounted.value = true
+      }, 300)
+
     });
 
     // 当前页面离开时