refactor: 优化分页存储架构和缓存逻辑...
This commit is contained in:
@@ -33,7 +33,6 @@ import VerticalModeLayout from './VerticalModeLayout';
|
||||
const EventScrollList = ({
|
||||
events,
|
||||
displayEvents, // 累积显示的事件列表(四排模式用)
|
||||
isAccumulateMode, // 是否累积模式
|
||||
loadNextPage, // 加载下一页(无限滚动)
|
||||
loadPrevPage, // 加载上一页(双向无限滚动)
|
||||
onFourRowEventClick, // 四排模式事件点击回调(打开弹窗)
|
||||
|
||||
Reference in New Issue
Block a user