fix: 退款展示退款金额、球局详情页样式修复
This commit is contained in:
@@ -48,8 +48,8 @@ function genRecommendGames(games, location, avatar) {
|
||||
formatNtrpDisplay(skill_level_max) || "-"
|
||||
}`
|
||||
: skill_level_min === "1"
|
||||
? "无要求"
|
||||
: `${formatNtrpDisplay(skill_level_min)}以上`,
|
||||
? "无要求"
|
||||
: `${formatNtrpDisplay(skill_level_min)}以上`,
|
||||
playType: play_type,
|
||||
};
|
||||
});
|
||||
@@ -220,7 +220,9 @@ export default function OrganizerInfo(props) {
|
||||
>
|
||||
<Text>{game.venue}</Text>
|
||||
<Text>·</Text>
|
||||
<Text>{game.venueType}</Text>
|
||||
<Text style={{ whiteSpace: "nowrap" }}>
|
||||
{game.venueType}
|
||||
</Text>
|
||||
<Text>·</Text>
|
||||
<Text>{game.distance}</Text>
|
||||
</View>
|
||||
@@ -247,7 +249,7 @@ export default function OrganizerInfo(props) {
|
||||
styles[
|
||||
"recommend-games-list-item-addon-message-applications"
|
||||
],
|
||||
styles.joinMsg
|
||||
styles.joinMsg,
|
||||
)}
|
||||
>
|
||||
<Text>已加入</Text>
|
||||
|
||||
Reference in New Issue
Block a user