下拉刷新空状态处理

This commit is contained in:
李瑞
2025-09-30 18:04:35 +08:00
parent e740d37b6d
commit bacef525ae
3 changed files with 5 additions and 1 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) {