|
@@ -236,7 +236,7 @@ class BeanRepository
|
|
|
$temp['circle_name'] = mb_substr($circle['name'], 0, 6);
|
|
|
$circles[] = $temp;
|
|
|
}
|
|
|
- $star_detail['circles'] = $circles;
|
|
|
+ $star_home['circles'] = $circles;
|
|
|
//聊天室
|
|
|
$tmpChatroom = Redis::get('user_service_chatroom');
|
|
|
$chatrooms = $tmpChatroom ? json_decode($tmpChatroom, true) : [];
|