Commit 71e77c21 authored by 黄奎's avatar 黄奎

页面修改

parent dd43f577
...@@ -5402,7 +5402,7 @@ namespace Mall.Module.Product ...@@ -5402,7 +5402,7 @@ namespace Mall.Module.Product
#endregion #endregion
TotalMoney += (item.Final_Price ?? 0); TotalMoney += (item.Final_Price ?? 0);
item.OrderType = gmodel.GoodsType; item.OrderType = OrderTypeEnum.OfflineService;
item.GoodsName = gmodel.Name; item.GoodsName = gmodel.Name;
item.CoverImage = ""; item.CoverImage = "";
if (!string.IsNullOrEmpty(gmodel.CarouselImage) && gmodel.CarouselImage != "[]") if (!string.IsNullOrEmpty(gmodel.CarouselImage) && gmodel.CarouselImage != "[]")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment