diff --git a/Laravel/app/Http/Controllers/API/H5/OrderController.php b/Laravel/app/Http/Controllers/API/H5/OrderController.php
index d0cae45..5f19519 100644
--- a/Laravel/app/Http/Controllers/API/H5/OrderController.php
+++ b/Laravel/app/Http/Controllers/API/H5/OrderController.php
@@ -88,7 +88,8 @@ class OrderController extends Controller
return \Yz::echoError1('未找到有效订单');
}
return \Yz::Return(true, '获取成功', [
- 'info' => $order_info
+ 'info' => $order_info,
+ 'today' => date('Y-m-d')
]);
}
diff --git a/h5/common/WeeklyCalendar.vue b/h5/common/WeeklyCalendar.vue
index 2c2d1af..e912b8d 100644
--- a/h5/common/WeeklyCalendar.vue
+++ b/h5/common/WeeklyCalendar.vue
@@ -163,6 +163,7 @@
border-radius: 10rpx;
padding: 2rpx 8rpx;
font-size: 22rpx;
+ color: #239EA3;
}
.xian_k {
@@ -189,7 +190,7 @@
.hengxian {
width: 100%;
- border-top: 1px solid #C0C6C7;
+ border-top: 1px solid #239EA3;
margin-top: 18rpx;
}
@@ -217,7 +218,7 @@
/* 假设一行有4个项目,减去想要的间隔 */
margin-right: 40rpx;
/* 设置右侧边距 */
- color: #111111;
+ color: #008F96;
}
@@ -225,6 +226,6 @@
margin-right: 0;
}
.used{
- color:red;
+ color:#B5B5B6;
}
\ No newline at end of file
diff --git a/h5/pages.json b/h5/pages.json
index 7aec0f8..c988f41 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -82,11 +82,6 @@
}
},
{
- "path": "pages/buy/done/done_new",
- "style": {
- "navigationBarTitleText": "支付完成"
- }
- },{
"path": "pages/buy/done/yuyue_done",
"style": {
"navigationBarTitleText": "预约完成"
@@ -182,6 +177,11 @@
"style": {
"navigationBarTitleText": "预约时间"
}
+ },{
+ "path": "pages/main/yytjsj/yytjsj_new",
+ "style": {
+ "navigationBarTitleText": "预约时间"
+ }
},
{
"path": "pages/main/tjyy/tjyy",
diff --git a/h5/pages/buy/done/done_new.vue b/h5/pages/buy/done/done(旧).vue
similarity index 60%
rename from h5/pages/buy/done/done_new.vue
rename to h5/pages/buy/done/done(旧).vue
index 9e6f5ff..12c5dd9 100644
--- a/h5/pages/buy/done/done_new.vue
+++ b/h5/pages/buy/done/done(旧).vue
@@ -1,5 +1,5 @@
-
+
@@ -97,13 +97,12 @@
-
+
- 支付成功!
-
+
{{ order_info.title }}
@@ -111,36 +110,35 @@
体检人:
{{ order_info.name }}
+
+ 证件号码:
+ {{ order_info.id_number }}
+
预约单号:
{{ order_info.order_number }}
- 类型:
- 个检团检
+ 预约时间:
+ {{ order_info.appointment_date }} {{ order_info.appointment_time }}
-
-
-
-
-
- 请提前10分钟凭身份证原件到现代妇儿秀英院区健康管理中心(2楼女宾区)签到。建议体检前3天清淡饮食、禁烟酒,体检当天需空腹,禁水禁食。咨询电话66595555、65781993。
-
+
+ 核磁项目:
+
+ {{item.name}}
+ 预约时间:{{order_info.erxian_appointment_info[0].date}} {{order_info.erxian_appointment_info[0].time}}
+
+
+ 类型:
+ 个检团检
- 订单金额:
+ 订单金额:
¥{{ order_info.true_price }}
- 立即预约体检
-
- 下次预约
-
- >>>
-
-
+ 确认并关闭
@@ -151,32 +149,16 @@
}
\ No newline at end of file
diff --git a/h5/pages/buy/done/done.vue b/h5/pages/buy/done/done.vue
index 12c5dd9..5d77f26 100644
--- a/h5/pages/buy/done/done.vue
+++ b/h5/pages/buy/done/done.vue
@@ -1,5 +1,5 @@
-
+
@@ -97,12 +102,13 @@ import DraggableButton from "@/pages/components/goHome.vue";
-
+
- 恭喜您,支付成功!
-
+ 支付成功!
+
{{ order_info.title }}
@@ -110,35 +116,36 @@ import DraggableButton from "@/pages/components/goHome.vue";
体检人:
{{ order_info.name }}
-
- 证件号码:
- {{ order_info.id_number }}
-
预约单号:
{{ order_info.order_number }}
- 预约时间:
- {{ order_info.appointment_date }} {{ order_info.appointment_time }}
+ 类型:
+ 个检团检
-
- 核磁项目:
-
- {{item.name}}
- 预约时间:{{order_info.erxian_appointment_info[0].date}} {{order_info.erxian_appointment_info[0].time}}
+
+
+
+
+
+ 请提前10分钟凭身份证原件到现代妇儿秀英院区健康管理中心(2楼女宾区)签到。建议体检前3天清淡饮食、禁烟酒,体检当天需空腹,禁水禁食。咨询电话66595555、65781993。
+
-
-
- 类型:
- 个检团检
- 订单金额:
+ 订单金额:
¥{{ order_info.true_price }}
- 确认并关闭
+ 立即预约体检
+
+ 下次预约
+
+ >>>
+
+
@@ -149,16 +156,32 @@ import DraggableButton from "@/pages/components/goHome.vue";
}
\ No newline at end of file
diff --git a/h5/pages/buy/done/yuyue_done.vue b/h5/pages/buy/done/yuyue_done.vue
index 31ed320..d047c9f 100644
--- a/h5/pages/buy/done/yuyue_done.vue
+++ b/h5/pages/buy/done/yuyue_done.vue
@@ -178,7 +178,7 @@
line-height: 70rpx;
margin: 80rpx auto 0;
border-radius: 20rpx 20rpx 0rpx 0rpx;
- background: #35ACB2;
+ background: #00939B;
font-weight: 700;
font-size: 29rpx;
color: #F6FDFD;
diff --git a/h5/pages/main/combo/combo.vue b/h5/pages/main/combo/combo.vue
index 8cd713d..3f63dc4 100644
--- a/h5/pages/main/combo/combo.vue
+++ b/h5/pages/main/combo/combo.vue
@@ -430,6 +430,11 @@
}
const tabsClickFunc=(value)=>{
tabs_active_id.value=value
+ if(value==2){
+ uni.navigateTo({
+ url: "/pages/main/tj/tjzx?" + "comboId=" + "&itemIds="
+ });
+ }
if(value==1){
comboIndex.value=zhuangjianType.value //设置筛选套餐类型为专家
screenObj.value.combo_type=comboIndex.value
@@ -481,7 +486,7 @@
选择套餐
专家定制
- 项目自选
+ 项目自选
diff --git a/h5/pages/main/yytjsj/yytjsj_new.vue b/h5/pages/main/yytjsj/yytjsj_new.vue
new file mode 100644
index 0000000..2b0f52a
--- /dev/null
+++ b/h5/pages/main/yytjsj/yytjsj_new.vue
@@ -0,0 +1,507 @@
+
+
+
+
+ {{orderInfo.name}}
+ {{orderInfo.title}}
+
+
+ {{doctor_name?doctor_name:"体检医生"}}
+
+
+ 请选择
+
+
+
+
+
+
+
+
+ {{orderInfo.name}}
+
+
+
+
+ {{item_nmr.name}} {{item_nmr.date}} {{item_nmr.time}}
+
+
+
+
+ 体检日期 {{tj_date}}
+ {{tj_time}}
+
+
+
+
+
+
+
+ 立即预约
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file