1
This commit is contained in:
@@ -111,11 +111,11 @@ export interface ListActions {
|
||||
getSearchHistory: () => Promise<void>;
|
||||
clearHistory: () => void;
|
||||
searchSuggestion: (val: string) => Promise<void>;
|
||||
getSearchParams: (overrideArea?: [string, string]) => Record<string, any>;
|
||||
getSearchParams: () => Record<string, any>;
|
||||
loadMoreMatches: () => Promise<void>;
|
||||
initialFilterSearch: (isSearchData?: boolean) => void;
|
||||
setListData: (payload: IPayload) => void;
|
||||
fetchGetGamesCount: (overrideArea?: [string, string]) => Promise<void>;
|
||||
fetchGetGamesCount: () => Promise<void>;
|
||||
getCurrentPageState: () => { currentPageState: any; currentPageKey: string };
|
||||
updateCurrentPageState: (payload: Record<string, any>) => void;
|
||||
updateDistanceQuickFilter: (payload: Record<string, any>) => void;
|
||||
@@ -123,7 +123,7 @@ export interface ListActions {
|
||||
getCityQrCode: () => Promise<void>;
|
||||
getDistricts: () => Promise<BubbleOption[]>; // 新增:获取行政区
|
||||
updateArea: (payload: [string, string]) => void;
|
||||
refreshBothLists: (overrideArea?: [string, string]) => Promise<void>;
|
||||
refreshBothLists: () => Promise<void>;
|
||||
}
|
||||
|
||||
export interface IPayload {
|
||||
|
||||
Reference in New Issue
Block a user