feat: 热点事件UI调整成轮播图
This commit is contained in:
@@ -145,7 +145,7 @@ export const fetchHotEvents = createAsyncThunk(
|
||||
try {
|
||||
return await fetchWithCache({
|
||||
cacheKey: CACHE_KEYS.HOT_EVENTS,
|
||||
fetchFn: () => eventService.getHotEvents({ days: 5, limit: 4 }),
|
||||
fetchFn: () => eventService.getHotEvents({ days: 5, limit: 20 }),
|
||||
getState,
|
||||
stateKey: 'hotEvents',
|
||||
forceRefresh
|
||||
|
||||
Reference in New Issue
Block a user