Browse Source

10191

AddValidOverTime
sanji 2 years ago
parent
commit
e38b63b201
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 2
      BBWY.Client/ViewModels/BatchPurchase/BatchPurchaseCreateNewOrderViewModel.cs

2
BBWY.Client/GlobalContext.cs

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

2
BBWY.Client/ViewModels/BatchPurchase/BatchPurchaseCreateNewOrderViewModel.cs

@ -105,7 +105,7 @@ namespace BBWY.Client.ViewModels
this.City = "泉州市"; this.City = "泉州市";
this.County = "鲤城区"; this.County = "鲤城区";
this.Town = "金龙街道"; this.Town = "金龙街道";
this.Address = "南环路1129号创鑫产业园3楼齐越"; this.Address = "古龙路媒人桥2号三文公寓一楼齐越中转仓";//"南环路1129号创鑫产业园3楼齐越";
this.ContactName = globalContext.User.Shop.PurchaseAccountList.FirstOrDefault(pa => pa.PurchasePlatformId == Platform.)?.AccountName; this.ContactName = globalContext.User.Shop.PurchaseAccountList.FirstOrDefault(pa => pa.PurchasePlatformId == Platform.)?.AccountName;
} }

Loading…
Cancel
Save