From 904b6bf3df3461e40cdf2b157137a9ff8f9ba157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 23 Mar 2021 17:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manager/controller/UserFollow.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/manager/controller/UserFollow.php b/app/manager/controller/UserFollow.php index 59e2237..187d581 100644 --- a/app/manager/controller/UserFollow.php +++ b/app/manager/controller/UserFollow.php @@ -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) {