21
This commit is contained in:
parent
c43bac4be7
commit
934d19fff5
|
|
@ -457,6 +457,7 @@ public class GoodsService : IGoodsService
|
||||||
Title = goods.Title,
|
Title = goods.Title,
|
||||||
ImgUrl = FormatImageUrl(goods.ImgUrl),
|
ImgUrl = FormatImageUrl(goods.ImgUrl),
|
||||||
ImgUrlDetail = FormatImageUrl(goods.ImgUrlDetail),
|
ImgUrlDetail = FormatImageUrl(goods.ImgUrlDetail),
|
||||||
|
ImgUrlBanner = FormatImageUrl(goods.ImgUrlBanner),
|
||||||
Price = goods.Price.ToString("0.##"),
|
Price = goods.Price.ToString("0.##"),
|
||||||
Stock = goods.Stock,
|
Stock = goods.Stock,
|
||||||
SaleStock = goods.SaleStock,
|
SaleStock = goods.SaleStock,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user