feat:去掉快捷提问 旅行记录改为我的订单

This commit is contained in:
2026-07-10 11:20:15 +08:00
parent 7db07273af
commit 0b25023f60
2 changed files with 7 additions and 4 deletions

View File

@@ -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: "",

View File

@@ -1,7 +1,5 @@
<template>
<view class="container pl-12">
<ModuleTitle :title="themeName" />
<view class="container-scroll font-size-0 scroll-x whitespace-nowrap">
<view class="card-item bg-white inline-block rounded-20 mr-10"