diff --git a/stores/homeStore.ts b/stores/homeStore.ts index abe7642..3939e90 100644 --- a/stores/homeStore.ts +++ b/stores/homeStore.ts @@ -259,10 +259,7 @@ const useHomeStore = create((set, get) => ({ return {}; }); - // 如果当前是最近播放分类,强制刷新数据 - if (get().selectedCategory.type === "record") { - get().fetchInitialData(); - } + get().fetchInitialData(); }, }));