Просмотр исходного кода

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

wzq лет назад: 5
Родитель
Сommit
42a4b3a10a
1 измененных файлов с 0 добавлено и 2 удалено
  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'],
             'video' => $post['video'],
             'pv' => $post->data->pv,
             'pv' => $post->data->pv,
             'praise_count' => $post->data->praise_count,
             'praise_count' => $post->data->praise_count,
-            'share_count' => $post->data->share_count,
             'comment_count' => $post->data->comment_count,
             'comment_count' => $post->data->comment_count,
-            'collect_count' => $post->data->collect_count,
             'will_collect_bean' => $post->data->will_collect_bean,
             'will_collect_bean' => $post->data->will_collect_bean,
             'is_like' => PostLike::where('post_id', $post['id'])->where('uid', $this->uid)->exists()?1:0,
             '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,
             'is_collect' => PostCollect::where('post_id', $post['id'])->where('uid', $this->uid)->exists()?1:0,