mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【优化】调整在秒杀团购模式下,sku显示价格体系只到商品体系,未到具体sku价格模式的问题。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user