From 27b68e928eb0b41fc2db14100ef2c950de73dd6d Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 5 Nov 2025 19:06:18 +0800 Subject: [PATCH] feat: bugfix --- src/store/slices/communityDataSlice.js | 3 --- 1 file changed, 3 deletions(-) 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(); })