From 5f9d18d46e302bf0dd78527baa37a141e4de799e Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 20 Feb 2024 12:02:52 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20style=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++- pages/index/index.vue | 67 ++++++++++++++++-- pages/market/market.vue | 152 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 219 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 6b1e0da..dd4105f 100644 --- a/pages.json +++ b/pages.json @@ -199,8 +199,13 @@ "path" : "pages/market/market", "style" : { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false + "navigationBarTitleText" : "市场详情", + "navigationBarBackgroundColor": "#4570fa", + "enablePullDownRefresh" : false, + "navigationBarTextStyle": "white", + "navigationBarShadow": { + "colorType": "none" + } } } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index 4f4fabb..fef8150 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -116,12 +116,12 @@ - 我的申请 + 最新政策 我申请的信息 - + 帮助与支持 @@ -184,6 +184,18 @@ + + + + + 去市场 + + + 了解市场 + 我要咨询 + + + 最新资讯 @@ -507,6 +519,53 @@