维护页面优化

This commit is contained in:
“wanyongkang”
2021-03-23 17:29:23 +08:00
parent 55eef7bf74
commit 904b6bf3df

View File

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