feat: 调整文案等

This commit is contained in:
2026-09-06 12:41:58 +08:00
parent 44b1056ba7
commit a37eaa6e4c
7 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ import { getCurrentConfig, currentClientType, ClientType } from "@/constant/base
export const chatInputPlaceholder = () => {
const config = getCurrentConfig();
return `快告诉${config.name}您在想什么~`;
return "龙里有什么必吃美食?";// `快告诉${config.name}您在想什么~`;
}
export const chatGuideSubTitle = () => {

View File

@@ -21,15 +21,15 @@
right: 0;
z-index: 1;
width: 100%;
height: 92px;
height: 42px;
overflow: hidden;
}
.discovery-panel {
position: absolute;
top: 92px;
top: 42px;
right: 0;
bottom: 0;
// bottom: 0;
left: 0;
z-index: 2;
min-height: 0;

View File

@@ -25,7 +25,7 @@ const AIGC_HOME_URL = "/pages-aigc/home/home";
const itemList = ref([
{
icon: "",
title: "快速预订",
title: "快速领取",
type: Command.quickBooking,
},
{

View File

@@ -2,14 +2,14 @@
<view class="home-welcome-panel">
<view class="home-welcome-header w-full min-w-0">
<text class="home-welcome-title block w-0 min-w-0 truncate">
{{ props.mainPageDataModel.welcomeContent || "小七欢迎你~" }}
欢迎来到龙里!
</text>
<text v-if="weatherText" class="home-welcome-weather">
{{ weatherText }}
</text>
</view>
<NoticeMessage :tipsMessage="props.mainPageDataModel.tipsMessage" />
<!-- <NoticeMessage :tipsMessage="props.mainPageDataModel.tipsMessage" /> -->
</view>
</template>
<script setup>

View File

@@ -39,9 +39,9 @@ const popup = ref(null);
const list = ref([
{
icon: "https://oss.nianxx.cn/mp/static/version_101/home/ksyd.png",
title: "快速预订",
content: "预定门票、房间、餐食",
btnText: "去预定",
title: "快速领取",
content: "领取票根优惠",
btnText: "去领取",
type: Command.quickBooking,
// path: "/pages-quick/list",
path: "/pages/DuohuaDiscovery/catalog?section=tourism",

View File

@@ -3,8 +3,8 @@ import sourceData from "./miniprogram_data.json";
const SECTION_DEFINITIONS = [
{
key: "tourism",
title: "龙里全域旅游",
subtitle: "云上花海,藏尽黔南山色。",
title: "龙里票根经济",
subtitle: "领取龙里旅游优惠",
coverImage:
"https://one-feel-bucket.oss-cn-guangzhou.aliyuncs.com/longli/miniprogram/attractions/attraction-001/01.jpg",
collections: ["attractions", "attraction_subprojects"],

View File

@@ -112,7 +112,7 @@
<view class="flex h-[38px] w-[38px] shrink-0 items-center justify-center rounded-full bg-[#fff1e8]">
<uni-icons type="gift" size="20" color="#f26b32" />
</view>
<text class="ml-[10px] text-[16px] font-semibold text-[#202733]">优惠券领取</text>
<text class="ml-[10px] text-[16px] font-semibold text-[#202733]">领取票根优惠</text>
</view>
<view
class="flex h-[36px] shrink-0 items-center justify-center rounded-full bg-[#f26b32] px-[18px]"