From 55eef7bf742f08bfa1b2dae52130167ffd1e15f4 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:12:57 +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 187d581..59e2237 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) {