From fef285f98d733b756040de086922084385eb5b3a Mon Sep 17 00:00:00 2001 From: zoujing Date: Sat, 2 Aug 2025 19:50:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9E=E7=8E=B0=E4=BA=86=E6=97=A5?= =?UTF-8?q?=E5=8E=86=E7=9A=84=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6=E4=B8=8E?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E9=A2=84=E5=AE=9A=E7=9A=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=81=94=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/ChatMainList.vue | 2 +- pages/chat/ChatTopWelcome.vue | 2 +- pages/module/booking/QuickBookingCalender.vue | 119 ++++++++++++++++++ .../module/booking/QuickBookingComponent.vue | 40 ++++-- .../discovery/DiscoveryCardComponent.vue | 2 +- static/booking_calendar.png | Bin 0 -> 791 bytes 6 files changed, 153 insertions(+), 12 deletions(-) create mode 100644 pages/module/booking/QuickBookingCalender.vue create mode 100644 static/booking_calendar.png diff --git a/pages/chat/ChatMainList.vue b/pages/chat/ChatMainList.vue index cc37f25..cff7fd6 100644 --- a/pages/chat/ChatMainList.vue +++ b/pages/chat/ChatMainList.vue @@ -33,7 +33,7 @@ diff --git a/pages/chat/ChatTopWelcome.vue b/pages/chat/ChatTopWelcome.vue index f940814..0e9022d 100644 --- a/pages/chat/ChatTopWelcome.vue +++ b/pages/chat/ChatTopWelcome.vue @@ -4,7 +4,7 @@ - {{ currentDate }} 多云 -3~6℃ ff + {{ currentDate }} 多云 -3~6℃ cc diff --git a/pages/module/booking/QuickBookingCalender.vue b/pages/module/booking/QuickBookingCalender.vue new file mode 100644 index 0000000..c66d016 --- /dev/null +++ b/pages/module/booking/QuickBookingCalender.vue @@ -0,0 +1,119 @@ + + + + + diff --git a/pages/module/booking/QuickBookingComponent.vue b/pages/module/booking/QuickBookingComponent.vue index 00bf1ea..e414722 100644 --- a/pages/module/booking/QuickBookingComponent.vue +++ b/pages/module/booking/QuickBookingComponent.vue @@ -1,9 +1,7 @@