mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-26 05:59:37 +08:00
我的页面优化
This commit is contained in:
@@ -7,7 +7,7 @@ import { CoursesModel } from "./compenents/courses-model";
|
||||
import moment from "moment";
|
||||
|
||||
const StudyPage = () => {
|
||||
const [loading, setLoading] = useState<boolean>(false);
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [todayCourses, setTodayCourses] = useState<CourseModel[]>([]);
|
||||
const [yesterdayCourses, setYesterdayCourses] = useState<CourseModel[]>([]);
|
||||
const [courses, setCourses] = useState<CourseModel[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user