我的动态 发布的帖子

帖子标题:{{ post?.get('title') }}

{{ showFullContent(post) }}

{{ isContentCollapsed(post) ? '查看更多' : '收起' }}

发表的评论
我的评论:{{ comment.get('content') }}

帖子标题: {{ getPostByComment(comment)?.get('title') }}

帖子内容: {{ getPostByComment(comment)?.get('content') }}