修改问题

This commit is contained in:
zpc 2024-12-01 14:14:41 +08:00
parent d753569c9f
commit 29ae49221b

View File

@ -411,7 +411,7 @@ namespace CloudGaming.Code.Game
foreach (var g in l)
{
gameListDtos.Add(new GameHistoryListDto(g, 0, ImageResStyle.LOGO));
if (gameListDtos.Count > 20)
if (gameListDtos.Count >= 20)
{
break;
}