fix: 淄博站样式翻页

淄博站除主要看板外,所有样式现实中均不能翻页
This commit is contained in:
wxl0430
2025-06-16 19:13:15 +08:00
committed by GitHub
parent fff79ea167
commit 4ece4e4510
3 changed files with 0 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ namespace CRSim.ScreenSimulator.ViewModels.Zibo
{
ScreenB.Add(item);
}
CurrentPageIndex = CurrentPageIndex + 1 >= Math.Min(_settings.MaxPages, pageCount) ? 0 : CurrentPageIndex + 1;
});
}
}

View File

@@ -9,7 +9,6 @@ namespace CRSim.ScreenSimulator.ViewModels.Zibo
{
Text = $"开车前{settingsService.GetSettings().StopCheckInAdvanceDuration.TotalMinutes}分钟停止检票";
ItemsPerPage = 18;
ScreenCount = 1;
StationType = StationType.Departure;
}
}

View File

@@ -41,7 +41,6 @@ namespace CRSim.ScreenSimulator.ViewModels.Zibo
{
ScreenB.Add(item);
}
CurrentPageIndex = CurrentPageIndex + 1 >= Math.Min(_settings.MaxPages, pageCount) ? 0 : CurrentPageIndex + 1;
});
}
}