diff --git a/pages.json b/pages.json index 82cae8c..18d9235 100644 --- a/pages.json +++ b/pages.json @@ -37,8 +37,7 @@ { "path": "pages/category/index", "style": { - "navigationBarTitleText": "全部分类", - "navigationBarTextStyle": "white", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#1c223b" } }, @@ -336,6 +335,14 @@ "enablePullDownRefresh" : false } }, + { + "path" : "pages/user/billManage/index", + "style" : + { + "navigationBarTitleText" : "发票管理", + "enablePullDownRefresh" : false + } + }, { "path" : "pages/targetdata/publicdata", "style" : @@ -395,7 +402,7 @@ { "path": "pages/recommend/index", "style": { - "navigationBarTitleText": "", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#1c223b", "enablePullDownRefresh": true } diff --git a/pages/category/index.vue b/pages/category/index.vue index d8b6bf9..cebc348 100644 --- a/pages/category/index.vue +++ b/pages/category/index.vue @@ -401,6 +401,10 @@ width: 100%; height: 120rpx; background-color: #1c223b; + + .search-wrapper{ + padding-top: 5rpx; + } } // diff --git a/pages/recommend/index.vue b/pages/recommend/index.vue index a5a9a27..be245dd 100644 --- a/pages/recommend/index.vue +++ b/pages/recommend/index.vue @@ -216,6 +216,10 @@ export default { width: 100%; height: 120rpx; background-color: #1c223b; + + .search-wrapper{ + padding-top: 5rpx; + } } //