From a37eaa6e4cd776ee9d5e423f63a3799ac0d7e45c Mon Sep 17 00:00:00 2001 From: zoujing Date: Sun, 6 Sep 2026 12:41:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=88?= =?UTF-8?q?=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constant/local.js | 2 +- src/pages/ChatMain/ChatMainList/styles/index.scss | 6 +++--- src/pages/ChatMain/ChatQuickAccess/index.vue | 2 +- src/pages/ChatMain/HomeWelcome/index.vue | 4 ++-- src/pages/ChatModule/MoreService/index.vue | 6 +++--- src/pages/DuohuaDiscovery/data/index.js | 4 ++-- src/pages/DuohuaDiscovery/detail.vue | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/constant/local.js b/src/constant/local.js index 160dc09..1cae584 100644 --- a/src/constant/local.js +++ b/src/constant/local.js @@ -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 = () => { diff --git a/src/pages/ChatMain/ChatMainList/styles/index.scss b/src/pages/ChatMain/ChatMainList/styles/index.scss index 29700d5..3b07286 100644 --- a/src/pages/ChatMain/ChatMainList/styles/index.scss +++ b/src/pages/ChatMain/ChatMainList/styles/index.scss @@ -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; diff --git a/src/pages/ChatMain/ChatQuickAccess/index.vue b/src/pages/ChatMain/ChatQuickAccess/index.vue index bf3d18a..184eb38 100644 --- a/src/pages/ChatMain/ChatQuickAccess/index.vue +++ b/src/pages/ChatMain/ChatQuickAccess/index.vue @@ -25,7 +25,7 @@ const AIGC_HOME_URL = "/pages-aigc/home/home"; const itemList = ref([ { icon: "", - title: "快速预订", + title: "快速领取", type: Command.quickBooking, }, { diff --git a/src/pages/ChatMain/HomeWelcome/index.vue b/src/pages/ChatMain/HomeWelcome/index.vue index 9d2f333..88668e0 100644 --- a/src/pages/ChatMain/HomeWelcome/index.vue +++ b/src/pages/ChatMain/HomeWelcome/index.vue @@ -2,14 +2,14 @@ - {{ props.mainPageDataModel.welcomeContent || "小七欢迎你~" }} + 欢迎来到龙里! {{ weatherText }} - +