Commit e5e0d84d authored by 黄奎's avatar 黄奎

页面修改

parent d67443b9
......@@ -1187,6 +1187,7 @@ namespace Mall.WebApi.Controllers.MallBase
x.TenantId,
x.MallBaseId,
x.SendArea,
CarouselImageList= x.CarouselImageList.Select(qitem=>qitem.Path).ToList(),
CreateDate = x.CreateDate.HasValue ? x.CreateDate.Value.ToString("yyyy-MM-dd HH:mm:ss") : ""
});
return ApiResult.Success("", pagelist);
......
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