处理畅打球局icon

This commit is contained in:
李瑞
2025-11-01 21:20:46 +08:00
parent dc981c44e8
commit 90d4ef661f
3 changed files with 6 additions and 7 deletions

View File

@@ -187,10 +187,11 @@ const ListCard: React.FC<ListCardProps> = ({
{isShowSmoothPlayingGame && (
<View className="smoothPlayingGame">
<View className="smoothWrapper">
<Image
src={img.ICON_LIST_CHANGDA}
className="iconListPlayingGame"
/>
<Image
className="iconListPlayingGame"
src={require("@/static/list/changdaqiuju.png")}
mode="widthFix"
/>
{/* <Text className="smoothTitle">{game_type}</Text> */}
</View>
<View className="line" />