自定列表导航栏
This commit is contained in:
@@ -16,8 +16,8 @@ export interface IFilterOptions {
|
||||
location: string
|
||||
time: string
|
||||
ntrp: [number, number]
|
||||
site: string
|
||||
wanfa: string
|
||||
court_type: string
|
||||
game_play: string
|
||||
}
|
||||
export interface ListState {
|
||||
matches: TennisMatch[]
|
||||
@@ -37,6 +37,8 @@ export interface ListState {
|
||||
}
|
||||
timeBubbleData: BubbleOption[]
|
||||
locationOptions: BubbleOption[]
|
||||
gamePlayOptions: BubbleOption[]
|
||||
gamesNum: number
|
||||
}
|
||||
|
||||
export interface ListState {
|
||||
@@ -139,6 +141,7 @@ export interface FilterPopupProps {
|
||||
onClear: () => void;
|
||||
visible: boolean;
|
||||
onClose: () => void;
|
||||
statusNavbarHeigh: number
|
||||
}
|
||||
|
||||
// 列表卡片
|
||||
|
||||
Reference in New Issue
Block a user