diff --git a/uniapp/src/packages_community/components/post-card.vue b/uniapp/src/packages_community/components/post-card.vue index f26f7ea..603181a 100644 --- a/uniapp/src/packages_community/components/post-card.vue +++ b/uniapp/src/packages_community/components/post-card.vue @@ -18,7 +18,9 @@ {{ post.user?.nickname || '匿名用户' }} - + 置顶 {{ formatTime(post.create_time) }} @@ -31,7 +33,8 @@ {{ contentTitle }} - + {{ contentSummary }} @@ -52,8 +55,9 @@