修改首页卡片样式

This commit is contained in:
张成
2025-11-28 23:33:39 +08:00
parent f39aa39b73
commit 358e85be10
3 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ const ListCard: React.FC<ListCardProps> = ({
const handleViewDetail = () => {
navigateTo({
url: `/game_pages/detail/index?id=${id || 1}&from=list`,
url: `/game_pages/detail/index?id=${id}&from=list`,
});
};