From 0b25023f60b57f8fea4575064f840e434ce85418 Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 10 Jul 2026 11:20:15 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=8E=BB=E6=8E=89=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E6=8F=90=E9=97=AE=20=20=E6=97=85=E8=A1=8C=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=94=B9=E4=B8=BA=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ChatMain/ChatQuickAccess/index.vue | 9 +++++++-- src/pages/Discovery/components/QuickQuestions/index.vue | 2 -- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/ChatMain/ChatQuickAccess/index.vue b/src/pages/ChatMain/ChatQuickAccess/index.vue index 951d677..0d50325 100644 --- a/src/pages/ChatMain/ChatQuickAccess/index.vue +++ b/src/pages/ChatMain/ChatQuickAccess/index.vue @@ -36,10 +36,15 @@ const itemList = ref([ title: "快速预定", type: Command.quickBooking, }, + // { + // icon: "", + // title: "旅行记录", + // type: Command.travelAIGC, + // }, { icon: "", - title: "旅行记录", - type: Command.travelAIGC, + title: "我的订单", + type: Command.myOrder, }, { icon: "", diff --git a/src/pages/Discovery/components/QuickQuestions/index.vue b/src/pages/Discovery/components/QuickQuestions/index.vue index 83657dd..6e3e04e 100644 --- a/src/pages/Discovery/components/QuickQuestions/index.vue +++ b/src/pages/Discovery/components/QuickQuestions/index.vue @@ -1,7 +1,5 @@