diff --git a/h5/pages.json b/h5/pages.json
index 8f7cb3c..2bf9294 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -97,6 +97,17 @@
"navigationBarTitleText": "支付完成"
}
},
+ {
+ "path": "pages/buy/done/done_new",
+ "style": {
+ "navigationBarTitleText": "支付完成"
+ }
+ },{
+ "path": "pages/buy/done/yuyue_done",
+ "style": {
+ "navigationBarTitleText": "预约完成"
+ }
+ },
{
"path": "pages/main/tj/tjxq",
"style": {
@@ -200,6 +211,11 @@
"style": {
"navigationBarTitleText": "体检预约"
}
+ },{
+ "path": "pages/main/tjyy/tjyy_new",
+ "style": {
+ "navigationBarTitleText": "体检预约"
+ }
},
{
"path": "pages/user/pick/pick",
diff --git a/h5/pages/buy/done/done_new.vue b/h5/pages/buy/done/done_new.vue
new file mode 100644
index 0000000..9e6f5ff
--- /dev/null
+++ b/h5/pages/buy/done/done_new.vue
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 支付成功!
+
+
+
+ {{ order_info.title }}
+
+ 体检人:
+ {{ order_info.name }}
+
+
+ 预约单号:
+ {{ order_info.order_number }}
+
+
+ 类型:
+ 个检团检
+
+
+
+
+
+
+ 请提前10分钟凭身份证原件到现代妇儿秀英院区健康管理中心(2楼女宾区)签到。建议体检前3天清淡饮食、禁烟酒,体检当天需空腹,禁水禁食。咨询电话66595555、65781993。
+
+
+
+
+ 订单金额:
+ ¥{{ order_info.true_price }}
+
+
+ 立即预约体检
+
+ 下次预约
+
+ >>>
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/h5/pages/buy/done/yuyue_done.vue b/h5/pages/buy/done/yuyue_done.vue
new file mode 100644
index 0000000..31ed320
--- /dev/null
+++ b/h5/pages/buy/done/yuyue_done.vue
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 预约成功
+
+ 请您的配偶在15分钟内完成预约,否则本次预约将会失效,如有支付金额会原路退回
+
+
+
+ 预约信息
+
+ 预约人:
+ {{ order_info.name }}
+
+
+ 预约诊区:
+
+ 秀英院区
+ 健康管理中心(1楼男宾区)
+ 健康管理中心(2楼女宾区)
+
+
+
+ 预约医生:
+ {{order_info.doctor?order_info.doctor:'无'}}
+
+
+ 预约号源:
+ {{ order_info.appointment_date }} {{ order_info.appointment_time }}
+
+
+
+ 查看预约记录
+
+
+ 返回首页
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/h5/static/assets/buy/buydone.png b/h5/static/assets/buy/buydone.png
new file mode 100644
index 0000000..825f246
Binary files /dev/null and b/h5/static/assets/buy/buydone.png differ
diff --git a/h5/static/assets/buy/yuan_duihao.png b/h5/static/assets/buy/yuan_duihao.png
new file mode 100644
index 0000000..082b0dd
Binary files /dev/null and b/h5/static/assets/buy/yuan_duihao.png differ