Merge branch 'feature/juguohong/20250816'

This commit is contained in:
李瑞
2025-09-30 22:30:18 +08:00
9 changed files with 745 additions and 10 deletions

View File

@@ -463,12 +463,14 @@ export const useListStore = create<TennisStore>()((set, get) => ({
searchPageState: {
...searchPageStateDefaultValue
},
loading: true,
});
} else {
set({
listPageState: {
...listPageStateDefaultValue
},
loading: true,
});
}
if (!isSearchData) {