Merge branch 'feature/juguohong/20250816'
This commit is contained in:
@@ -23,7 +23,7 @@ export interface ListState {
|
||||
matches: TennisMatch[]
|
||||
loading: boolean
|
||||
error: string | null
|
||||
lastRefreshTime: string | null
|
||||
searchValue: string
|
||||
isShowFilterPopup: boolean
|
||||
filterOptions: IFilterOptions
|
||||
filterCount: number
|
||||
@@ -40,24 +40,11 @@ export interface ListState {
|
||||
gamePlayOptions: BubbleOption[]
|
||||
gamesNum: number
|
||||
isScrollTop: boolean
|
||||
}
|
||||
|
||||
export interface ListState {
|
||||
matches: TennisMatch[]
|
||||
loading: boolean
|
||||
error: string | null
|
||||
lastRefreshTime: string | null
|
||||
isShowFilterPopup: boolean
|
||||
filterOptions: IFilterOptions
|
||||
filterCount: number
|
||||
distance: string | number
|
||||
quickFilter: string | number
|
||||
distanceData: any[]
|
||||
quickFilterData: any[]
|
||||
distanceQuickFilter: {
|
||||
distance: string
|
||||
quick: string
|
||||
}
|
||||
searchHistoryParams: Record<string, any>
|
||||
searchHistory: string[]
|
||||
suggestionList: string[]
|
||||
isShowSuggestion: boolean
|
||||
isShowInputCustomerNavBar: boolean
|
||||
}
|
||||
|
||||
export interface ListActions {
|
||||
@@ -72,6 +59,9 @@ export interface ListActions {
|
||||
updateState: (payload: Record<string, any>) => void
|
||||
updateFilterOptions: (payload: Record<string, any>) => void
|
||||
clearFilterOptions: () => void
|
||||
getSearchHistory: () => Promise<void>
|
||||
clearHistory: () => void
|
||||
searchSuggestion: (val: string) => Promise<void>
|
||||
}
|
||||
|
||||
// 快捷筛选
|
||||
|
||||
Reference in New Issue
Block a user