From bffe74e9a3cb73a0e48dda52392f767efa76c386 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 21 Mar 2024 15:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E4=B8=AA=E5=88=86=E7=B1=BB=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 16 +-- pages/recommend/index.vue | 2 - pages/targetdata/culturalnumbers.vue | 129 +++++++++++-------------- pages/targetdata/culturalresources.vue | 129 +++++++++++-------------- pages/targetdata/publicdata.vue | 129 +++++++++++-------------- pages/targetdata/supermarket.vue | 129 +++++++++++-------------- 6 files changed, 224 insertions(+), 310 deletions(-) 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 @@