feat: 调整为朵花需要的

This commit is contained in:
2026-09-04 16:05:05 +08:00
parent 6ec590b324
commit a04d7e267d
3 changed files with 19 additions and 19 deletions

View File

@@ -60,8 +60,8 @@ const sendReply = (item) => {
// 快速预订
if (item.type === Command.quickBooking) {
checkToken().then(() => {
// uni.navigateTo({ url: "/pages-quick/list" });
uni.navigateTo({ url: "/pages-service/tickets/index" });
uni.navigateTo({ url: "/pages-quick/list" });
// uni.navigateTo({ url: "/pages-service/tickets/index" });
});
return;
}

View File

@@ -1,7 +1,7 @@
<template>
<view class="container">
<view v-for="item in themeDTOList" :key="item.title">
<RecommendPostsList :recommendTheme="item" />
<RecommendPostsList v-if="item.recommendPostsList.lenght > 0" :recommendTheme="item" />
</view>
</view>
</template>

View File

@@ -45,14 +45,14 @@ const list = ref([
type: Command.quickBooking,
path: "/pages-quick/list",
},
// {
// icon: "https://oss.nianxx.cn/mp/static/version_101/home/tsfx.png",
// title: "探索发现",
// content: "发现景点、活动、特色内容",
// btnText: "去探索",
// type: Command.discovery,
// path: "",
// },
{
icon: "https://oss.nianxx.cn/mp/static/version_101/home/tsfx.png",
title: "探索发现",
content: "发现景点、活动、特色内容",
btnText: "去探索",
type: Command.discovery,
path: "",
},
{
icon: "https://oss.nianxx.cn/mp/static/version_101/home/mddd.png",
title: "我的订单",
@@ -85,14 +85,14 @@ const list = ref([
type: Command.feedbackCard,
path: "",
},
{
icon: "https://oss.nianxx.cn/mp/static/version_101/home/hjfw.png",
title: "呼叫热线",
content: "我们将全程为您提供细致解答与暖心服务。",
btnText: "去呼叫",
type: Command.callMobileService,
path: "",
},
// {
// icon: "https://oss.nianxx.cn/mp/static/version_101/home/hjfw.png",
// title: "呼叫热线",
// content: "我们将全程为您提供细致解答与暖心服务。",
// btnText: "去呼叫",
// type: Command.callMobileService,
// path: "",
// },
]);
const open = () => {