diff --git a/src/pages/study/index.tsx b/src/pages/study/index.tsx index 56693e3..df70d7c 100644 --- a/src/pages/study/index.tsx +++ b/src/pages/study/index.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from "react"; -import { Image, ProgressBar, SpinLoading } from "antd-mobile"; +import { Image, ProgressBar, Skeleton } from "antd-mobile"; import styles from "./index.module.scss"; import { useNavigate } from "react-router-dom"; import { course } from "../../api/index"; @@ -31,13 +31,24 @@ const StudyPage = () => {