fxc 2 months ago
commit 551f5b9467

@ -28925,11 +28925,11 @@ namespace TradeManageNew
Variants = new Variants Variants = new Variants
{ {
Return_quantity = 1, Return_quantity = 1,
ImgUrl = imageUrls.Length > 0 ? imageUrls[0] : null, ImgUrl = imageUrls.Count > 0 ? imageUrls[0] : null,
ImgUrl2 = imageUrls.Length > 0 ? imageUrls[0] : null, ImgUrl2 = imageUrls.Count > 0 ? imageUrls[0] : null,
ImgUrl3 = imageUrls.Length > 0 ? imageUrls[0] : null, ImgUrl3 = imageUrls.Count > 0 ? imageUrls[0] : null,
ImgUrl4 = imageUrls.Length > 0 ? imageUrls[0] : null, ImgUrl4 = imageUrls.Count > 0 ? imageUrls[0] : null,
ImgUrl5 = imageUrls.Length > 0 ? imageUrls[0] : null, ImgUrl5 = imageUrls.Count > 0 ? imageUrls[0] : null,
StoreName = orderUsedSalePlatform.WarehouseLocation == StoreName = orderUsedSalePlatform.WarehouseLocation ==
TradeUsedSale.Enums.WarehouseLocation.East TradeUsedSale.Enums.WarehouseLocation.East
? "E" ? "E"

Loading…
Cancel
Save