This commit is contained in:
2025-10-13 09:16:20 +08:00
parent 5c2affbf5c
commit 2eced48791
2 changed files with 15 additions and 13 deletions

View File

@@ -265,6 +265,7 @@ const MyselfPage: React.FC = () => {
btnText="去发布"
btnImg="ICON_ADD"
reload={goPublish}
isShowNoData={game_records.length === 0}
loadMoreMatches={() => { }}
/>
</ScrollView>
@@ -288,6 +289,7 @@ const MyselfPage: React.FC = () => {
loading={loading}
error={null}
errorImg="ICON_LIST_EMPTY"
isShowNoData={ended_game_records.length === 0}
loadMoreMatches={() => { }}
/>
</ScrollView>