diff --git a/pages.json b/pages.json index 676289f..7404a85 100644 --- a/pages.json +++ b/pages.json @@ -325,6 +325,8 @@ "style" : { "navigationBarTitleText" : "公共数据专区", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#1c223b", "enablePullDownRefresh" : false } }, @@ -333,14 +335,8 @@ "style" : { "navigationBarTitleText" : "数据超市", - "enablePullDownRefresh" : false - } - }, - { - "path" : "pages/targetdata/supermarket", - "style" : - { - "navigationBarTitleText" : "数据超市", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#1c223b", "enablePullDownRefresh" : false } }, @@ -349,6 +345,8 @@ "style" : { "navigationBarTitleText" : "文化资源数据", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#1c223b", "enablePullDownRefresh" : false } }, @@ -357,6 +355,8 @@ "style" : { "navigationBarTitleText" : "文化数字内容", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#1c223b", "enablePullDownRefresh" : false } }, diff --git a/pages/recommend/index.vue b/pages/recommend/index.vue index 0e77a9c..5fddcf6 100644 --- a/pages/recommend/index.vue +++ b/pages/recommend/index.vue @@ -75,7 +75,6 @@ import MescrollCompMixin from '@/components/mescroll-uni/mixins/mescroll-comp' import {PageCategoryStyleEnum} from '@/common/enum/store/page/category' import * as GoodsApi from '@/api/goods' import Empty from '@/components/empty' -import Secondary from './components/secondary' import {rpx2px, base64ToUint8Array} from '@/utils/util' @@ -92,7 +91,6 @@ let lastRefreshTime; export default { components: { Empty, - Secondary, }, mixins: [MescrollCompMixin], data() { diff --git a/pages/targetdata/culturalnumbers.vue b/pages/targetdata/culturalnumbers.vue index 359cfe5..8e7a0d2 100644 --- a/pages/targetdata/culturalnumbers.vue +++ b/pages/targetdata/culturalnumbers.vue @@ -1,21 +1,15 @@