Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: (#449) 圈子详情帖子列表显示摘要
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jun 27, 2018
1 parent 13d346d commit 0fdb9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeedCard/GroupFeedCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
}
},
body() {
return this.feed.body || "";
return this.feed.summary || "";
},
images() {
let images = [];
Expand Down

0 comments on commit 0fdb9a3

Please sign in to comment.