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 @@