diff --git a/src/components/ClubEventList.tsx b/src/components/ClubEventList.tsx index 41b04ed..b802b63 100644 --- a/src/components/ClubEventList.tsx +++ b/src/components/ClubEventList.tsx @@ -3,7 +3,7 @@ import type { IEventInfo } from "../types"; import { useCallback, useEffect, useMemo, useState } from "react"; import { EventCard } from "./EventCard"; import { useRequest } from "ahooks"; -import { CalendarOutlined } from "@ant-design/icons"; +import { CalendarOutlined, SyncOutlined } from "@ant-design/icons"; interface Props { clubId: string; @@ -69,6 +69,14 @@ export const ClubEvenList = (props: Props) => { {paginationControlVisible ? ( + 显示已结束的活动 setShowFinishedEvents(!showFinishedEvents)} unCheckedChildren="隐藏" checkedChildren="显示" />