diff --git a/pages.json b/pages.json
index 5fe6532..607e65f 100644
--- a/pages.json
+++ b/pages.json
@@ -3,15 +3,53 @@
"^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/nursestation/nursestation",
- "style" :
+ "style" :
{
"navigationBarTitleText": "济南护万家护理有限公司",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
-
+
},
{
"path": "pages/site/site",
@@ -21,7 +59,7 @@
"navigationBarBackgroundColor": "#ffffff" //背景颜色
}
},
-
+
{
"path" : "pages/appointmenttime/appointmenttime",
"style" :
@@ -30,7 +68,7 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //背景颜色
}
-
+
},{
"path": "pages/login/login",
"style": {
@@ -45,6 +83,13 @@
"navigationStyle": "custom"
}
}, {
+ "path": "pages/site/site",
+ "style": {
+ "navigationBarTitleText": "附近护理站",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
+ },{
"path" : "pages/appointment/appointment",
"style" :
{
@@ -75,7 +120,16 @@
"navigationBarBackgroundColor": "#ffffff"
}
},
-
+ {
+ "path" : "pages/appointmenttime/appointmenttime",
+ "style" :
+ {
+ "navigationBarTitleText": "预约时间",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
+
+ },
{
"path": "pages/homepage/homepage",
"style": {
@@ -118,8 +172,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 @@
+
+
+
+
+ 2022-10-11 15:44
+ 服务中
+
+
+
+
+
+ 某某某
+
+ 内科门诊-主任医师
+
+
+
+
+
+
+ 实付款:
+ ¥28.0
+
+
+
+ 查看结果
+
+
+
+
+
+ 2022-10-11 15:44
+ 服务中
+
+
+
+
+
+ 某某某
+
+ 内科门诊-主任医师
+
+
+
+
+
+
+ 实付款:
+ ¥28.0
+
+
+
+ 查看结果
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 病例上传
+
+
+
+
+ 化验单上传
+
+
+
+ 确认
+
+
+
+
+
+ 请选择支付方式
+
+
+
+
+
+
+
+ 微信支付
+
+
+ 确认支付¥28元
+
+
+
+
+
+
+
+
+
+
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