优化样式

This commit is contained in:
2025-10-04 11:42:20 +08:00
parent f6a1568719
commit 2dd634c921
9 changed files with 48 additions and 31 deletions

View File

@@ -255,6 +255,10 @@ const MyselfPage: React.FC = () => {
recommendList={[]}
loading={loading}
error={null}
errorImg="ICON_LIST_EMPTY"
emptyText="暂未发布球局"
btnText="去发布"
btnImg="ICON_ADD"
reload={load_game_data}
loadMoreMatches={() => {}}
/>
@@ -278,7 +282,7 @@ const MyselfPage: React.FC = () => {
recommendList={[]}
loading={loading}
error={null}
reload={load_game_data}
errorImg="ICON_LIST_EMPTY"
loadMoreMatches={() => {}}
/>
</ScrollView>