From 500078714411487af00161e01bd7e0b5efdc3414 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 07 八月 2025 13:32:32 +0800
Subject: [PATCH] add:热门景点
---
pages/home/home copy.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/home/home copy.vue b/pages/home/home copy.vue
index 297a5f4..1ffae44 100644
--- a/pages/home/home copy.vue
+++ b/pages/home/home copy.vue
@@ -38,7 +38,7 @@
<SceneMuseumCard v-for="(item, index) in cardList" :key="index" :image="item.image" :title="item.title"
:subtitle="item.subtitle" :readTime="item.readTime" />
- <SectionTitle title="光影社区" optitle="加入社区" goUrl="/pages/home/home-more" />
+ <SectionTitle title="光影天地" optitle="加入光影" goUrl="/pages/home/home-more" />
<Community v-for="(item, index) in communitys" :key="index" :avatar="item.avatar" :nickname="item.nickname"
:time="item.time" :image="item.image" :content="item.content" :likeCount="item.likeCount"
:commentCount="item.commentCount" />
@@ -163,7 +163,7 @@
},
])
-// 社区帖子数据
+// 数据
const communitys = ref([
{
avatar: 'https://cdn.uviewui.com/uview/common/logo.png',
--
Gitblit v1.9.3