@@ -72,6 +72,8 @@ class UserMessageInfo(CreateUpdateMixin): |
||
72 | 72 |
'photo_id': self.photo_id, |
73 | 73 |
'photo_url': group_photo and group_photo.photo_url, |
74 | 74 |
'photo_thumbnail_url': group_photo and group_photo.photo_thumbnail_url, |
75 |
+ 'comment_num': group_photo and group_photo.comment_num, |
|
76 |
+ 'thumbup_num': group_photo and group_photo.thumbup_num, |
|
75 | 77 |
'msg_title': self.msg_title, |
76 | 78 |
'msg_content': self.msg_content, |
77 | 79 |
'read': self.read, |