|
|
@@ -500,6 +500,8 @@ class MemberActivityInfo(BaseModelMixin, BrandInfoMixin):
|
500
|
500
|
'state': self.final_state,
|
501
|
501
|
'is_signed': self.is_signed(user_id),
|
502
|
502
|
'is_signup': self.is_signup,
|
|
503
|
+ 'share_integral': self.group_share_integral,
|
|
504
|
+ 'share_max_integral': self.group_share_max_integral,
|
503
|
505
|
'poster_kv_img_url': self.final_poster_kv_img_url,
|
504
|
506
|
'poster_content': self.poster_content,
|
505
|
507
|
'contribution_content_placeholder': self.contribution_content_placeholder,
|
|
|
@@ -534,6 +536,8 @@ class MemberActivityInfo(BaseModelMixin, BrandInfoMixin):
|
534
|
536
|
'state': self.final_state,
|
535
|
537
|
'is_signed': self.is_signed(user_id),
|
536
|
538
|
'is_signup': self.is_signup,
|
|
539
|
+ 'share_integral': self.group_share_integral,
|
|
540
|
+ 'share_max_integral': self.group_share_max_integral,
|
537
|
541
|
'poster_kv_img_url': self.final_poster_kv_img_url,
|
538
|
542
|
'poster_content': self.poster_content,
|
539
|
543
|
'contribution_content_placeholder': self.contribution_content_placeholder,
|