From bdf62a9f7a4bfb66e4a5d5b5cd5988221e25176d Mon Sep 17 00:00:00 2001 From: ZouJin Date: Mon, 25 Dec 2023 01:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E5=A5=BD=E4=B9=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml.cs b/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml.cs index 157f57f..e7abd36 100644 --- a/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winBetterBuy.xaml.cs @@ -353,6 +353,8 @@ namespace VPet_Simulator.Windows private void pagination_CurrentPageChanged(object sender, SelectedValueChangedRoutedEventArgs e) { + if (!AllowChange) + return; Search(); TbPage.Text = e.NewValue.ToString(); }