From b058d1d52fec8b536938d07132358db47f0d2471 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Wed, 8 Jun 2022 20:05:46 +0800 Subject: [PATCH] 1 --- BBWY.Client/Views/SelectShop.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BBWY.Client/Views/SelectShop.xaml.cs b/BBWY.Client/Views/SelectShop.xaml.cs index 556917bb..974c4329 100644 --- a/BBWY.Client/Views/SelectShop.xaml.cs +++ b/BBWY.Client/Views/SelectShop.xaml.cs @@ -27,7 +27,6 @@ namespace BBWY.Client.Views InitializeComponent(); this.DepartmentList = departmentList; this.Loaded += SelectShop_Loaded; - Shop = currentShop; } private void SelectShop_Loaded(object sender, RoutedEventArgs e)