【优化】调整在秒杀团购模式下,sku显示价格体系只到商品体系,未到具体sku价格模式的问题。

This commit is contained in:
jianweie code
2023-12-06 14:35:41 +08:00
parent ce1a468295
commit ffd8f1d794
2 changed files with 27 additions and 6 deletions

View File

@@ -805,7 +805,7 @@ namespace CoreCms.Net.Services
}
result = new CoreCmsProductsView();
result._id = product.id.ToString();
result.name = product.name;
result.name = good.name;
result.goods_thumb = product.images;
result.buyPinTuanCount = buyPinTuanCount;
result.buyPromotionCount = buyPromotionCount;