From ed8c00ccb2ff350db90cca80cba4cba87064272f Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Fri, 20 Oct 2023 16:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=9C=BA=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 ++++++++++ pages/business/detail.vue | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index 1087349..c32ad24 100644 --- a/pages.json +++ b/pages.json @@ -35,6 +35,16 @@ } }, + { + "path": "pages/business/detail", + "style": { + "navigationBarTitleText": "商机详细信息", + "enablePullDownRefresh": true, + "navigationBarBackgroundColor": "#0122C7", + "navigationBarTextStyle": "white" + } + + }, { "path": "pages/index/index", "style": { diff --git a/pages/business/detail.vue b/pages/business/detail.vue index da191b0..fb30a50 100644 --- a/pages/business/detail.vue +++ b/pages/business/detail.vue @@ -5,8 +5,9 @@ v-for="i in 3" :key="i" style="padding: 28rpx;"> + - + @@ -64,7 +65,7 @@ id: this.id }); this.list = res.data; - + this.skeleton = false; } },