Commit 030b7dd6 authored by 黄奎's avatar 黄奎

页面修改

parent 1f0b0481
......@@ -320,11 +320,13 @@ namespace Mall.WebApi.Controllers.User
List<object> thirdResultList = new List<object>();
subResultList.Add(new
{
subItem.MenuId,
subItem.MenuName,
subItem.MenuUrl,
subItem.IconClass,
ThirdList = list.Where(qitem => qitem.MenuLevel == 3 && qitem.ParentId == subItem.MenuId).OrderBy(qitem => qitem.SortNum).Select(qitem => new
{
qitem.MenuId,
qitem.MenuName,
qitem.MenuUrl,
qitem.IconClass,
......@@ -333,6 +335,7 @@ namespace Mall.WebApi.Controllers.User
}
resultList.Add(new
{
item.MenuId,
item.MenuName,
item.MenuUrl,
item.IconClass,
......
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