From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 29 七月 2025 16:43:42 +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