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 @@