diff --git a/pages.json b/pages.json
index 8310d7f..214c42f 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/information/information",
"style": {
@@ -24,21 +62,36 @@
"navigationStyle": "custom"
// "enablePullDownRefresh": false
}
- },{
- "path": "pages/shopping/shopping",
+ }, {
+ "path": "pages/register/register",
"style": {
- "navigationBarTitleText": "医路优品",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
}
}, {
+ "path": "pages/site/site",
+ "style": {
+ "navigationBarTitleText": "附近护理站",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
+ },{
"path": "pages/doctorslist/doctorslist",
"style": {
"navigationBarTitleText": "预约医生",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
- }, {
+ },{
+ "path" : "pages/appointment/appointment",
+ "style" :
+ {
+ "navigationBarTitleText": "选择时间",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "泉医到家",
@@ -59,34 +112,18 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
- }, {
- "path": "pages/register/register",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/site/site",
- "style": {
- "navigationBarTitleText": "附近护理站",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff" //背景颜色
- }
- }, {
- "path": "pages/detail/detail",
- "style": {
- "navigationBarTitleText": "护理站简介",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff" //背景颜色
- }
- }, {
- "path": "pages/homepage/homepage",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- }, {
+ },
+ {
+ "path" : "pages/appointmenttime/appointmenttime",
+ "style" :
+ {
+ "navigationBarTitleText": "预约时间",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
+
+ },
+ {
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "",
@@ -99,6 +136,13 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
+ }, {
+ "path": "pages/shopping/shopping",
+ "style": {
+ "navigationBarTitleText": "医路优品",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff"
+ }
}, {
"path": "pages/ProductList/ProductList",
"style": {
@@ -113,41 +157,16 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
- }, {
+ },
+ {
"path": "pages/medicine/medicine",
"style": {
"navigationBarTitleText": "就医",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
- },
- {
- "path" : "pages/appointmenttime/appointmenttime",
- "style" :
- {
- "navigationBarTitleText": "预约时间",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff" //背景颜色
- }
-
- },{
- "path" : "pages/appointment/appointment",
- "style" :
- {
- "navigationBarTitleText": "选择时间",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/detail/detail",
- "style": {
- "navigationBarTitleText": "护理站简介",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff" //背景颜色
- }
}
- ],
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
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