mo hace 1 año
padre
commit
d85ad8ecf1
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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)
+
     });
 
     // 当前页面离开时