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