diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js index df4b15b..790d8cf 100644 --- a/custom-tab-bar/index.js +++ b/custom-tab-bar/index.js @@ -29,12 +29,12 @@ Component({ "iconPath": "/static/icon/tabbar/invest.png", "selectedIconPath": "/static/icon/tabbar/invest_s.png" }, - // { - // "pagePath": "/pages/concept/concept", - // "text": "概念中心", - // "iconPath": "/static/icon/tabbar/concept.png", - // "selectedIconPath": "/static/icon/tabbar/concept_s.png" - // }, + { + "pagePath": "/pages/concept/concept", + "text": "概念中心", + "iconPath": "/static/icon/tabbar/concept.png", + "selectedIconPath": "/static/icon/tabbar/concept_s.png" + }, { "pagePath": "/pages/mine/mine", "text": "个人中心", diff --git a/pages.json b/pages.json index 1aa6625..4d5f58d 100644 --- a/pages.json +++ b/pages.json @@ -120,12 +120,6 @@ { "navigationBarTitleText" : "" } - }, - { - "path": "pages/index/conceptNewsDetails/conceptNewsDetails", - "style": { - "navigationBarTitleText": "" - } }, { "path": "pages/concept/historicalTimeline/historicalTimeline", @@ -138,6 +132,12 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "pages/concept/conceptNewsDetails/conceptNewsDetails", + "style": { + "navigationBarTitleText": "" + } } ], "subPackages": [ @@ -180,6 +180,12 @@ "text": "投资", "pagePath": "pages/invest/invest" }, + { + "iconPath": "/static/icon/tabbar/invest.png", + "selectedIconPath": "/static/icon/tabbar/invest_s.png", + "text": "投资", + "pagePath": "pages/concept/concept" + }, { "iconPath": "/static/icon/tabbar/mine.png", "selectedIconPath": "/static/icon/tabbar/mine_s.png", diff --git a/pages/concept/concept.vue b/pages/concept/concept.vue index dba87b1..ce566ee 100644 --- a/pages/concept/concept.vue +++ b/pages/concept/concept.vue @@ -1,6 +1,6 @@