From 49d9bf438e5f6a0aaa819298c5fc29096aa03959 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 30 Jul 2026 14:41:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E7=9A=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ChatMain/ChatMainList/index.vue | 2 +- src/pages/ChatMain/NoticeMessage/index.vue | 2 +- .../components/PanoramicHome/index.vue | 22 ++++++++++--------- src/pages/Discovery/index.vue | 2 +- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/pages/ChatMain/ChatMainList/index.vue b/src/pages/ChatMain/ChatMainList/index.vue index 5990276..5c15bae 100644 --- a/src/pages/ChatMain/ChatMainList/index.vue +++ b/src/pages/ChatMain/ChatMainList/index.vue @@ -138,7 +138,7 @@ - + { box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.9); - background: rgba(255, 255, 255, 0.96); + background: rgba(255, 255, 255, 0.2); } .notice-footer { diff --git a/src/pages/Discovery/components/PanoramicHome/index.vue b/src/pages/Discovery/components/PanoramicHome/index.vue index a2f26fc..7a76aa9 100644 --- a/src/pages/Discovery/components/PanoramicHome/index.vue +++ b/src/pages/Discovery/components/PanoramicHome/index.vue @@ -3,7 +3,7 @@ - 开始探索 - + 开始探索 + @@ -33,7 +33,9 @@ v-if="panoramaMainCards[0].locationName" class="absolute bottom-[14px] right-[14px] flex h-[28px] items-center rounded-full border border-white/35 bg-black/20 px-[10px]" > - + + + {{ panoramaMainCards[0].locationName }} @@ -45,7 +47,7 @@ > - - + + - - + + diff --git a/src/pages/Discovery/index.vue b/src/pages/Discovery/index.vue index 7ce870c..77d147a 100644 --- a/src/pages/Discovery/index.vue +++ b/src/pages/Discovery/index.vue @@ -97,7 +97,7 @@ const queryTabsList = async (homePageId) => { const tabList = res.data; if (tabList.length === 0) { uni.showToast({ - title: "暂无发现内容", + title: "暂无数据~", icon: "none" }); return;