From 5e7a2230bbecaaa1ed29aa9a75d518bd2da8b418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 4 Nov 2022 17:02:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 ++++++++++++------------ pages/modify/modify.vue | 1 + pages/register/register.scss | 4 ++-- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/pages.json b/pages.json index 798bf4d..d8e0308 100644 --- a/pages.json +++ b/pages.json @@ -4,11 +4,10 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/homepage/homepage", + "path": "pages/startup/startup", "style": { - "navigationBarTitleText": "泉医到家", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { "path": "pages/register/register", @@ -16,7 +15,14 @@ "navigationBarTitleText": "注册账号", "navigationBarBackgroundColor": "#ffffff" } - }, { + },{ + "path": "pages/homepage/homepage", + "style": { + "navigationBarTitleText": "泉医到家", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" + } + }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", @@ -66,13 +72,7 @@ "navigationBarBackgroundColor": "#ffffff", //背景颜色 "enablePullDownRefresh": false } - }, { - "path": "pages/startup/startup", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, { + },{ "path": "pages/Personal/Personal", "style": { "navigationBarTitleText": "个人中心", diff --git a/pages/modify/modify.vue b/pages/modify/modify.vue index 2661580..02898d0 100644 --- a/pages/modify/modify.vue +++ b/pages/modify/modify.vue @@ -83,6 +83,7 @@ this.baseurl = baseurl this.appPersonallist = JSON.parse(options.appPersonallist) this.appPersonallist.headPictureUrl = baseurl + this.appPersonallist.headPictureUrl + this.address = this.appPersonallist.regionName + '-' + this.appPersonallist.streetName this.patientDiseaseInfoList = this.appPersonallist.patientDiseaseInfoList this.patientDiseaseInfoList.forEach(e => { e.id = e.diseaseId diff --git a/pages/register/register.scss b/pages/register/register.scss index f9ce1c0..143e574 100644 --- a/pages/register/register.scss +++ b/pages/register/register.scss @@ -87,7 +87,7 @@ line-height: 60rpx; color: #46ABD7; position: absolute; - top: 70%; + top: 73%; } .loginbtn { @@ -100,7 +100,7 @@ font-size: 41rpx; color: #FFFFFF; position: absolute; - top: 57%; + top: 62%; left: 15%; }