Browse Source

1

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
7532a49e27
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 1
      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;

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

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

Loading…
Cancel
Save