diff --git a/pages.json b/pages.json index 33234c6..8e384ae 100644 --- a/pages.json +++ b/pages.json @@ -3,6 +3,44 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path" : "pages/diagnosis/diagnosis", + "style" : + { + "navigationBarTitleText": "诊疗结果", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + + }, + { + "path": "pages/InformationFilling/InformationFilling", + "style": { + "navigationBarTitleText": "信息填写与确认", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + }, + + { + "path" : "pages/AppointmentRecord/AppointmentRecord", + "style" : + { + "navigationBarTitleText": "预约记录及结果", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + + }, + + { + "path": "pages/detail/detail", + "style": { + "navigationBarTitleText": "护理站简介", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 + } + }, { "path": "pages/login/login", "style": { @@ -32,14 +70,7 @@ } }, - { - "path": "pages/detail/detail", - "style": { - "navigationBarTitleText": "护理站简介", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" //背景颜色 - } - }, { + { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "泉医到家", @@ -106,6 +137,15 @@ "navigationBarBackgroundColor": "#ffffff" } } + ,{ + "path" : "pages/diagnosis/diagnosis", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/AppointmentRecord/AppointmentRecord.vue b/pages/AppointmentRecord/AppointmentRecord.vue new file mode 100644 index 0000000..660f5b0 --- /dev/null +++ b/pages/AppointmentRecord/AppointmentRecord.vue @@ -0,0 +1,183 @@ + + + + + diff --git a/pages/InformationFilling/InformationFilling.vue b/pages/InformationFilling/InformationFilling.vue new file mode 100644 index 0000000..fcded5f --- /dev/null +++ b/pages/InformationFilling/InformationFilling.vue @@ -0,0 +1,257 @@ + + + + + diff --git a/pages/diagnosis/diagnosis.vue b/pages/diagnosis/diagnosis.vue new file mode 100644 index 0000000..4764169 --- /dev/null +++ b/pages/diagnosis/diagnosis.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/static/chat.png b/static/chat.png new file mode 100644 index 0000000..ee93026 Binary files /dev/null and b/static/chat.png differ