From d43d0c262844824c8a678086dbfdfd3d6c34f54f Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Tue, 1 Dec 2020 13:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B7=E9=9B=A8=E7=AD=89=E5=AF=BC=E9=87=8F?= =?UTF-8?q?=E5=85=AC=E4=BC=9A=E7=BB=84=E9=95=BF=E5=8F=AF=E4=BB=A5=E7=9C=8B?= =?UTF-8?q?=E5=88=B0=E5=85=85=E5=80=BC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/BaseController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/BaseController.class.php b/Application/Home/Controller/BaseController.class.php index 5e3561338..a9c94e5d1 100644 --- a/Application/Home/Controller/BaseController.class.php +++ b/Application/Home/Controller/BaseController.class.php @@ -395,7 +395,7 @@ class BaseController extends HomeController $closePromoteLowest = [334, 370]; if (in_array($topPromote['company_id'], $closePromoteLowest)) { - if ($topPromote['can_view_recharge'] == 1 && !in_array($promote['level'], [3, 4])) { + if ($topPromote['can_view_recharge'] == 1 && !in_array($promote['level'], [4])) { return true; } else { return false;