修改问题
This commit is contained in:
parent
d753569c9f
commit
29ae49221b
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user