feat:去掉快捷提问 旅行记录改为我的订单
This commit is contained in:
@@ -36,10 +36,15 @@ const itemList = ref([
|
|||||||
title: "快速预定",
|
title: "快速预定",
|
||||||
type: Command.quickBooking,
|
type: Command.quickBooking,
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// icon: "",
|
||||||
|
// title: "旅行记录",
|
||||||
|
// type: Command.travelAIGC,
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
icon: "",
|
icon: "",
|
||||||
title: "旅行记录",
|
title: "我的订单",
|
||||||
type: Command.travelAIGC,
|
type: Command.myOrder,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "",
|
icon: "",
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container pl-12">
|
<view class="container pl-12">
|
||||||
<ModuleTitle :title="themeName" />
|
|
||||||
|
|
||||||
<view class="container-scroll font-size-0 scroll-x whitespace-nowrap">
|
<view class="container-scroll font-size-0 scroll-x whitespace-nowrap">
|
||||||
|
|
||||||
<view class="card-item bg-white inline-block rounded-20 mr-10"
|
<view class="card-item bg-white inline-block rounded-20 mr-10"
|
||||||
|
|||||||
Reference in New Issue
Block a user