修复更好买报错

This commit is contained in:
ZouJin 2023-12-25 01:58:35 +08:00
parent 944cf2c34b
commit bdf62a9f7a

View File

@ -353,6 +353,8 @@ namespace VPet_Simulator.Windows
private void pagination_CurrentPageChanged(object sender, SelectedValueChangedRoutedEventArgs<int> e)
{
if (!AllowChange)
return;
Search();
TbPage.Text = e.NewValue.ToString();
}