From 173d7fc27947d3d494485a9a8b58798094324664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 24 Oct 2022 16:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E8=BF=91=E6=8A=A4=E7=90=86=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 6 + pages.json | 30 ++-- pages/appointmenttime/appointmenttime.vue | 1 + pages/site/site.vue | 176 +++++----------------- 4 files changed, 58 insertions(+), 155 deletions(-) diff --git a/manifest.json b/manifest.json index 5b8053d..9532159 100644 --- a/manifest.json +++ b/manifest.json @@ -97,8 +97,14 @@ "key" : "08e138f3f5e8595453526cbbeed38124", "securityJsCode" : "e50d5cf4e75c0a2b3f5cbfcc96cc4d8f", "serviceHost" : "" + }, + "qqmap" : { + "key" : "7NIBZ-PCVLJ-UEDFB-KUTCS-Z2O7Z-K6BHO" } } + }, + "devServer" : { + "port" : "" } } } diff --git a/pages.json b/pages.json index 50e3da6..b187281 100644 --- a/pages.json +++ b/pages.json @@ -4,6 +4,19 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { + "path": "pages/site/site", + "style": { + "navigationBarTitleText": "附近护理站", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + },{ + "path": "pages/appointmenttime/appointmenttime", + "style": { + "navigationBarTitleText": "预约时间", + "enablePullDownRefresh": false + } + },{ "path": "pages/modifyAddress/modifyAddress", "style": { "navigationBarTitleText": "修改地址", @@ -30,13 +43,7 @@ } }, - { - "path": "pages/appointmenttime/appointmenttime", - "style": { - "navigationBarTitleText": "预约时间", - "enablePullDownRefresh": false - } - }, + { @@ -48,14 +55,7 @@ } }, - { - "path": "pages/site/site", - "style": { - "navigationBarTitleText": "附近护理站", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - }, + // { diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 4bffd61..51d5516 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -316,6 +316,7 @@ .Consumablespackage { width: 94%; height: 188rpx; + ; margin: 10rpx auto; padding: 3%; font-size: 35rpx; diff --git a/pages/site/site.vue b/pages/site/site.vue index 4113b1f..782fa14 100644 --- a/pages/site/site.vue +++ b/pages/site/site.vue @@ -1,43 +1,46 @@