维护页面优化
This commit is contained in:
@@ -139,13 +139,13 @@ 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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user