Commit a48f2f0e authored by 黄奎's avatar 黄奎

页面修改

parent 9bd55b11
...@@ -4162,7 +4162,7 @@ namespace Mall.Module.Product ...@@ -4162,7 +4162,7 @@ namespace Mall.Module.Product
{ {
PageId = thirdItem.Id + 100000, PageId = thirdItem.Id + 100000,
PageName = thirdItem.Name, PageName = thirdItem.Name,
PageUrl = "/pages/goods/list?cat_id=" + thirdItem.Id, PageUrl = "/pages/goods/list?CategoryIds=" + thirdItem.Id,
PageType = Common.Enum.MallBase.PageTypeEnum.DiyPage, PageType = Common.Enum.MallBase.PageTypeEnum.DiyPage,
IsParameter = 0, IsParameter = 0,
TipText = "", TipText = "",
...@@ -4199,7 +4199,7 @@ namespace Mall.Module.Product ...@@ -4199,7 +4199,7 @@ namespace Mall.Module.Product
{ {
PageId = secondItem.Id + 100000, PageId = secondItem.Id + 100000,
PageName = secondItem.Name, PageName = secondItem.Name,
PageUrl = "/pages/goods/list?cat_id=" + secondItem.Id, PageUrl = "/pages/goods/list?CategoryIds=" + secondItem.Id,
PageType = Common.Enum.MallBase.PageTypeEnum.DiyPage, PageType = Common.Enum.MallBase.PageTypeEnum.DiyPage,
IsParameter = 0, IsParameter = 0,
TipText = "", TipText = "",
......
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