This commit is contained in:
张成
2025-11-30 20:39:10 +08:00
parent 42b05a6bc8
commit 98b4b820a0
4 changed files with 4 additions and 0 deletions

View File

@@ -281,6 +281,7 @@ const FollowPage: React.FC = () => {
className="user_list_container"
scrollY
refresherEnabled
refresherBackground="#FAFAFA"
refresherTriggered={loading_states[active_tab]}
onRefresherRefresh={handle_refresh}
onScrollToLower={handle_load_more}