mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-08 02:25:35 +08:00
fix: 淄博站样式翻页
淄博站除主要看板外,所有样式现实中均不能翻页
This commit is contained in:
@@ -41,7 +41,6 @@ namespace CRSim.ScreenSimulator.ViewModels.Zibo
|
||||
{
|
||||
ScreenB.Add(item);
|
||||
}
|
||||
CurrentPageIndex = CurrentPageIndex + 1 >= Math.Min(_settings.MaxPages, pageCount) ? 0 : CurrentPageIndex + 1;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@ namespace CRSim.ScreenSimulator.ViewModels.Zibo
|
||||
{
|
||||
Text = $"开车前{settingsService.GetSettings().StopCheckInAdvanceDuration.TotalMinutes}分钟停止检票";
|
||||
ItemsPerPage = 18;
|
||||
ScreenCount = 1;
|
||||
StationType = StationType.Departure;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,6 @@ namespace CRSim.ScreenSimulator.ViewModels.Zibo
|
||||
{
|
||||
ScreenB.Add(item);
|
||||
}
|
||||
CurrentPageIndex = CurrentPageIndex + 1 >= Math.Min(_settings.MaxPages, pageCount) ? 0 : CurrentPageIndex + 1;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user