From 903a9d74b8aabb7f7ca69b5be63480c27c2ff562 Mon Sep 17 00:00:00 2001 From: yanzai Date: Wed, 5 Feb 2025 22:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/API/H5/OrderController.php | 3 +- h5/common/WeeklyCalendar.vue | 7 +- h5/pages.json | 10 +- .../buy/done/{done_new.vue => done(旧).vue} | 145 ++--- h5/pages/buy/done/done.vue | 150 ++++-- h5/pages/buy/done/yuyue_done.vue | 2 +- h5/pages/main/combo/combo.vue | 7 +- h5/pages/main/yytjsj/yytjsj_new.vue | 507 ++++++++++++++++++ 8 files changed, 675 insertions(+), 156 deletions(-) rename h5/pages/buy/done/{done_new.vue => done(旧).vue} (60%) create mode 100644 h5/pages/main/yytjsj/yytjsj_new.vue 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 @@