From c1c6f80ebef4ac5113aef7f8fca02af3db6e88cc Mon Sep 17 00:00:00 2001 From: lee-zt <2960166273@qq.com> Date: Wed, 4 Jun 2025 23:19:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=96=E5=AD=90=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vue-frontend/src/views/PostDetail.vue | 155 +++++++++--------- 1 file changed, 78 insertions(+), 77 deletions(-) diff --git a/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/views/PostDetail.vue b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/views/PostDetail.vue index 7c95adc..6ab73e5 100644 --- a/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/views/PostDetail.vue +++ b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/views/PostDetail.vue @@ -1,37 +1,37 @@ - - - - - - {{ author.userName || '匿名用户' }} - 粉丝数:{{ author.followers ?? 0 }} - - {{ isFollowing ? '取消关注' : '关注' }} - - - - - + + + + {{ author.userName || '匿名用户' }} + + {{ isFollowing ? '取消关注' : '关注' }} + + + {{ postDetailStore.post?.title || '' }} + + {{ postDetailStore.post?.content || '' }} - {{ postDetailStore.post?.title || '' }} - {{ postDetailStore.post?.content || '' }} + + + + 👁 {{ postDetailStore.post?.viewCount ?? 0 }} 🗨 {{ postDetailStore.post?.commentCount ?? 0 }} @@ -153,7 +153,6 @@ -
粉丝数:{{ author.followers ?? 0 }}
{{ postDetailStore.post?.content || '' }}