From 5e7b6de8a3d6882866fc623ea010f6f9d9cd8134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 14 Oct 2022 11:58:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=8C=E6=8A=A4=E7=90=86=E7=AB=99=E7=AE=80=E4=BB=8B=EF=BC=8C?= =?UTF-8?q?=E9=99=84=E8=BF=91=E6=8A=A4=E7=90=86=E7=AB=99=EF=BC=8C=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 32 ++- pages/appointment/appointment.vue | 82 +++++++ pages/detail/detail.vue | 223 +++++++++++------- pages/site/site.vue | 368 ++++++++++++++---------------- 4 files changed, 425 insertions(+), 280 deletions(-) create mode 100644 pages/appointment/appointment.vue diff --git a/pages.json b/pages.json index 2c76f6d..33234c6 100644 --- a/pages.json +++ b/pages.json @@ -23,6 +23,22 @@ "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" //背景颜色 } + },{ + "path" : "pages/appointment/appointment", + "style" : + { + "navigationBarTitleText": "选择时间", + "enablePullDownRefresh": false + } + + }, + { + "path": "pages/detail/detail", + "style": { + "navigationBarTitleText": "护理站简介", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } }, { "path": "pages/homepage/homepage", "style": { @@ -39,12 +55,14 @@ } }, { - "path": "pages/detail/detail", - "style": { - "navigationBarTitleText": "护理站简介", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } + "path" : "pages/appointmenttime/appointmenttime", + "style" : + { + "navigationBarTitleText": "预约时间", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + }, { "path": "pages/homepage/homepage", @@ -88,7 +106,7 @@ "navigationBarBackgroundColor": "#ffffff" } } - ], + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", diff --git a/pages/appointment/appointment.vue b/pages/appointment/appointment.vue new file mode 100644 index 0000000..b040ba7 --- /dev/null +++ b/pages/appointment/appointment.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index 1ce2a61..7c79501 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -1,111 +1,170 @@ diff --git a/pages/site/site.vue b/pages/site/site.vue index dbe7fc2..7555766 100644 --- a/pages/site/site.vue +++ b/pages/site/site.vue @@ -1,11 +1,12 @@ From c9b2a440af4923b1b973cffdf55dbe924d1fede0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 14 Oct 2022 19:48:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/appointmenttime/appointmenttime.vue | 228 ++++++++++++++++ pages/site/site.vue | 305 +++++++++++----------- 2 files changed, 375 insertions(+), 158 deletions(-) create mode 100644 pages/appointmenttime/appointmenttime.vue diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue new file mode 100644 index 0000000..f732a61 --- /dev/null +++ b/pages/appointmenttime/appointmenttime.vue @@ -0,0 +1,228 @@ + + + + diff --git a/pages/site/site.vue b/pages/site/site.vue index 7555766..38cc9c4 100644 --- a/pages/site/site.vue +++ b/pages/site/site.vue @@ -1,39 +1,44 @@