Browse Source

1

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
7532a49e27
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 3
      BBWY.Client/Views/BatchPurchase/PackSkuSplitCountAndStoreWindow.xaml.cs

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{
ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10129";
ClientVersion = "10131";
}
private User user;

3
BBWY.Client/Views/BatchPurchase/PackSkuSplitCountAndStoreWindow.xaml.cs

@ -103,7 +103,8 @@ namespace BBWY.Client.Views.BatchPurchase
}
else
{
this.cbx_stroeList.SelectedItem = storeList.FirstOrDefault(s => s.Id == Store.Id);
if (Store != null)
this.cbx_stroeList.SelectedItem = storeList.FirstOrDefault(s => s.Id == Store.Id);
}

Loading…
Cancel
Save