diff --git a/src/store/slices/communityDataSlice.js b/src/store/slices/communityDataSlice.js index 70054f1f..da8d9a36 100644 --- a/src/store/slices/communityDataSlice.js +++ b/src/store/slices/communityDataSlice.js @@ -499,9 +499,6 @@ const communityDataSlice = createSlice({ state[totalKey] = total; state[cachedCountKey] = state[stateKey].length; // 简化:不再有 null 占位符 - [`state.${stateKey}.length`]: state[stateKey].length - }); - state.loading[stateKey] = false; state.lastUpdated[stateKey] = new Date().toISOString(); })