Commit e8f73e20 authored by sugar's avatar sugar

首页样谱

parent 6855a9b0
Pipeline #722 canceled with stages
......@@ -233,9 +233,9 @@ class Friend extends Api{
// ->limit($this->pageSize)
->field('fc.*,fu.nickname as fu_nickname,fu.avatar as fu_avatar')
->select();
/*if(!$list){
if(!$list){
$this->error('暂无评论');
}*/
}
$total_count = FriendCommentModel::alias('fc')
->where(['fc.circle_id' =>$circle_id,'fc.status'=>1])
->count();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment