Commit 8c200cf1 authored by 黄奎's avatar 黄奎

页面修改

parent 296ebe52
......@@ -1867,7 +1867,7 @@ namespace Mall.Module.Product
mall_name = model.MallName,
format_time = model.UpdateDate.HasValue ? model.UpdateDate.Value.ToString("yyyy-MM-dd") : ""
},
marketingLogo = tempLogo,
marketingLogo = JsonHelper.Serialize(tempLogo),
cats = model.CategoryList.Select(x => new
{
x.CategoryId,
......
......@@ -3798,7 +3798,7 @@ namespace Mall.Module.Product
is_quick_shop = model.IsQuickBuy,
is_sell_well = model.IsSellWell,
is_negotiable = model.IsGoodsNegotiable,
marketingLogo = tempLogo,
marketingLogo = JsonHelper.Serialize(tempLogo),
//分类
cats = model.CategoryList.Select(x => new
{
......@@ -4726,7 +4726,7 @@ namespace Mall.Module.Product
mall_name = model.MallName,
format_time = model.UpdateDate.HasValue ? model.UpdateDate.Value.ToString("yyyy-MM-dd") : ""
},
marketingLogo = tempLogo,
marketingLogo = JsonHelper.Serialize(tempLogo),
//分类
cats = model.CategoryList.Select(x => new
{
......
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