|
|
|
@ -119,7 +119,7 @@ |
|
|
|
{ |
|
|
|
"path": "pages/my/collect", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "我的收藏" |
|
|
|
"navigationBarTitleText": "我喜欢的" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -307,11 +307,6 @@ |
|
|
|
"iconPath": "static/tabbar/find.png", |
|
|
|
"selectedIconPath": "static/tabbar/find-active.png", |
|
|
|
"text": "发现" |
|
|
|
},{ |
|
|
|
"pagePath": "pages/messageCenter/index", |
|
|
|
"iconPath": "static/tabbar/message.png", |
|
|
|
"selectedIconPath": "static/tabbar/message-active.png", |
|
|
|
"text": "消息" |
|
|
|
},{ |
|
|
|
"pagePath": "pages/my/index", |
|
|
|
"iconPath": "static/tabbar/my.png", |
|
|
|
@ -321,6 +316,12 @@ |
|
|
|
|
|
|
|
//二期隐藏部分 |
|
|
|
// { |
|
|
|
// "pagePath": "pages/messageCenter/index", |
|
|
|
// "iconPath": "static/tabbar/message.png", |
|
|
|
// "selectedIconPath": "static/tabbar/message-active.png", |
|
|
|
// "text": "消息" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "pagePath": "pages/personalTailor/personalTailor", |
|
|
|
// "iconPath": "static/tabbar/customized.png", |
|
|
|
// "selectedIconPath": "static/tabbar/customized-active.png", |
|
|
|
|