feat:去掉快捷提问 旅行记录改为我的订单
This commit is contained in:
@@ -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: "",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user