feat: withdraw

This commit is contained in:
chashaobao
2025-06-14 23:45:47 +08:00
parent 082c5483c5
commit 96eb46821e
13 changed files with 279 additions and 29 deletions

View File

@ -125,7 +125,7 @@ function PartnerList(props: {
hasMore={hasMore}
onLoad={handleLoadMore}
loading={loadingMore || refreshing}
disabled={loadMoreError}
disabled={loadMoreError || !visible}
fixedHeight={typeof listHeight !== 'undefined'}
style={listHeight ? { height: `${listHeight}px` } : undefined}
>