feat: 修改问题

This commit is contained in:
2025-12-09 17:10:03 +08:00
parent 8b314b9900
commit ef4b9d4935
8 changed files with 52 additions and 6 deletions

View File

@@ -181,13 +181,18 @@ export default function OrganizerInfo(props) {
src={img.ICON_DETAIL_ARROW_RIGHT}
/>
</View>
<ScrollView refresherBackground="#FAFAFA" className={styles["recommend-games-list"]} scrollX>
<ScrollView
refresherBackground="#FAFAFA"
className={styles["recommend-games-list"]}
scrollX
>
<View className={styles["recommend-games-list-content"]}>
{recommendGames.map((game, index) => (
<View
key={index}
className={styles["recommend-games-list-item"]}
onClick={handleViewGame.bind(null, game.id)}
catchMove
>
{/* game title */}
<View className={styles["recommend-games-list-item-title"]}>