...
|
...
|
@@ -92,6 +92,7 @@ func NewItemSimple(love *domain.UserLoveFlag, user *domain.User, article *domain |
|
|
item.Article = &types.SimpleArticle{
|
|
|
Id: article.Id,
|
|
|
Title: article.Title,
|
|
|
Summary: article.Summary,
|
|
|
CountLove: article.CountLove,
|
|
|
CountComment: article.CountComment,
|
|
|
Show: int(article.Show),
|
...
|
...
|
|