update pay function

This commit is contained in:
2025-11-29 14:07:55 +08:00
parent fed78af523
commit e3488a4551
5 changed files with 68 additions and 38 deletions

View File

@@ -141,6 +141,9 @@ const EventScrollList = React.memo(({
onToggleFollow={onToggleFollow}
getTimelineBoxStyle={getTimelineBoxStyle}
borderColor={borderColor}
currentPage={currentPage}
totalPages={totalPages}
onPageChange={onPageChange}
/>
</Box>
);