refactor: 优化分页存储架构和缓存逻辑...
This commit is contained in:
@@ -187,7 +187,7 @@ const Community = () => {
|
||||
</Container>
|
||||
|
||||
{/* 事件弹窗 */}
|
||||
<EventModals
|
||||
{/* <EventModals
|
||||
eventModalState={{
|
||||
isOpen: !!selectedEvent,
|
||||
onClose: () => setSelectedEvent(null),
|
||||
@@ -199,7 +199,7 @@ const Community = () => {
|
||||
event: selectedEventForStock,
|
||||
onClose: () => setSelectedEventForStock(null)
|
||||
}}
|
||||
/>
|
||||
/> */}
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user