This commit is contained in:
zpc 2026-03-01 16:30:38 +08:00
parent c43bac4be7
commit 934d19fff5

View File

@ -457,6 +457,7 @@ public class GoodsService : IGoodsService
Title = goods.Title,
ImgUrl = FormatImageUrl(goods.ImgUrl),
ImgUrlDetail = FormatImageUrl(goods.ImgUrlDetail),
ImgUrlBanner = FormatImageUrl(goods.ImgUrlBanner),
Price = goods.Price.ToString("0.##"),
Stock = goods.Stock,
SaleStock = goods.SaleStock,