服务器列表

This commit is contained in:
“wanyongkang”
2021-03-23 19:03:49 +08:00
parent b76b8c3430
commit 005dbaf74f

View File

@@ -139,13 +139,14 @@ class UserFollow extends Controller
} }
} }
// if ($is_screen && empty($user_search_id)) { if ($is_screen && empty($user_search_id)) {
// \result([ \result([
// 'list' => [], 'list' => [],
// 'count' => 0, 'count' => 0,
// 'types' => [], 'types' => [],
// ]); ]);
// } }
//将筛选出来额的userid进行处理 //将筛选出来额的userid进行处理
if (!empty($user_search_id)) { if (!empty($user_search_id)) {
foreach ($user_search_id as $v) { foreach ($user_search_id as $v) {