From 0fdb9a3fccf4e397e05033107509623871a3a953 Mon Sep 17 00:00:00 2001 From: mutoe Date: Wed, 27 Jun 2018 10:04:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20(#449)=20=E5=9C=88=E5=AD=90=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=B8=96=E5=AD=90=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=91=98=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FeedCard/GroupFeedCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FeedCard/GroupFeedCard.vue b/src/components/FeedCard/GroupFeedCard.vue index 6c638308..94ad6b0b 100644 --- a/src/components/FeedCard/GroupFeedCard.vue +++ b/src/components/FeedCard/GroupFeedCard.vue @@ -94,7 +94,7 @@ export default { } }, body() { - return this.feed.body || ""; + return this.feed.summary || ""; }, images() { let images = [];