Commit b3d78e91 authored by 黄奎's avatar 黄奎

页面修改

parent afb7e3d4
......@@ -3461,7 +3461,7 @@ namespace Mall.Module.Product
{
PageId = thirdItem.Id + 100000,
PageName = thirdItem.Name,
PageUrl = "/pages/cats/cats?cat_id=" + thirdItem.Id,
PageUrl = "/pages/goods/list?cat_id=" + thirdItem.Id,
PageType = Common.Enum.MallBase.PageTypeEnum.DiyPage,
IsParameter = 0,
TipText = "",
......@@ -3498,7 +3498,7 @@ namespace Mall.Module.Product
{
PageId = secondItem.Id + 100000,
PageName = secondItem.Name,
PageUrl = "/pages/cats/cats?cat_id=" + secondItem.Id,
PageUrl = "/pages/goods/list?cat_id=" + secondItem.Id,
PageType = Common.Enum.MallBase.PageTypeEnum.DiyPage,
IsParameter = 0,
TipText = "",
......@@ -3526,7 +3526,7 @@ namespace Mall.Module.Product
{
PageId = firstItem.Id + 100000,
PageName = firstItem.Name,
PageUrl = "/pages/cats/cats?cat_id=" + firstItem.Id,
PageUrl = "/pages/cats/cats?cat_type=1&cat_id=" + firstItem.Id,
PageType = Common.Enum.MallBase.PageTypeEnum.DiyPage,
IsParameter = 0,
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