From 2ecacb127bbf48a0d7c4b085fe01870d2e1c1ace Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 29 Jul 2025 22:25:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BF=AB=E9=80=9F=E9=A2=84=E5=AE=9A?= =?UTF-8?q?=E7=9A=84=E7=BB=84=E4=BB=B6=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/booking/QuickBookingComponent.vue | 50 ++++++++++++ pages/booking/QuickBookingContentList.vue | 92 +++++++++++++++++++++++ pages/chat/ChatMainList.vue | 28 +++++-- pages/chat/ChatTopWelcome.vue | 2 +- request/api/QuickBookingComponent.js | 5 +- 5 files changed, 167 insertions(+), 10 deletions(-) create mode 100644 pages/booking/QuickBookingComponent.vue create mode 100644 pages/booking/QuickBookingContentList.vue diff --git a/pages/booking/QuickBookingComponent.vue b/pages/booking/QuickBookingComponent.vue new file mode 100644 index 0000000..f76a1a1 --- /dev/null +++ b/pages/booking/QuickBookingComponent.vue @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/pages/booking/QuickBookingContentList.vue b/pages/booking/QuickBookingContentList.vue new file mode 100644 index 0000000..3ecaa14 --- /dev/null +++ b/pages/booking/QuickBookingContentList.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/pages/chat/ChatMainList.vue b/pages/chat/ChatMainList.vue index 0ba2415..95c6541 100644 --- a/pages/chat/ChatMainList.vue +++ b/pages/chat/ChatMainList.vue @@ -26,8 +26,11 @@