礼物墙
This commit is contained in:
@@ -484,7 +484,7 @@ class User extends Model
|
||||
foreach ($result as $item){
|
||||
$userInfo = [];
|
||||
$top_users_count = 0;
|
||||
if($item['give_user_ids']){
|
||||
if($item['give_user_ids'] != null){
|
||||
$users = json_decode($item['give_user_ids'], true);
|
||||
if($users){
|
||||
foreach ($users as $kk => $user_id){
|
||||
|
||||
Reference in New Issue
Block a user