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;