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 @@
-
+