Commit 807eb83a authored by 黄奎's avatar 黄奎

页面修改

parent 793064a2
......@@ -1098,7 +1098,7 @@
this.userCenterMsg.MenuList.forEach(item => {
if (item.PageTypeId == 1) {
item.SubMenuList.forEach(subItem => {
if (subItem.PageName == "我的收藏" || subItem.PageName == "我的足迹") {
if ((subItem.PageName == "我的收藏" && subItem.PageUrl=='/pages/favorite/favorite') || subItem.PageName == "我的足迹") {
var dObj = {
DetailId: 0,
MallBaseId: 0,
......
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