Browse Source

Auto stash before merge of "develop" and "origin/develop"

wzq 5 years ago
parent
commit
42a4b3a10a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Transformers/Post/SuggestTransformer.php

+ 0 - 2
app/Transformers/Post/SuggestTransformer.php

@@ -64,9 +64,7 @@ class SuggestTransformer extends TransformerAbstract
             'video' => $post['video'],
             'pv' => $post->data->pv,
             'praise_count' => $post->data->praise_count,
-            'share_count' => $post->data->share_count,
             'comment_count' => $post->data->comment_count,
-            'collect_count' => $post->data->collect_count,
             'will_collect_bean' => $post->data->will_collect_bean,
             'is_like' => PostLike::where('post_id', $post['id'])->where('uid', $this->uid)->exists()?1:0,
             'is_collect' => PostCollect::where('post_id', $post['id'])->where('uid', $this->uid)->exists()?1:0,