From 9e0890368828f94b91e17c3d5b3a3fc5b91ce280 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sun, 31 Jul 2022 01:02:21 +0800 Subject: [PATCH] yh --- Application/Common/Common/extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Common/Common/extend.php b/Application/Common/Common/extend.php index 4298f0845..3474f3f40 100644 --- a/Application/Common/Common/extend.php +++ b/Application/Common/Common/extend.php @@ -3067,7 +3067,7 @@ function getHideAccount($account) function getUserAccountOfPromote($account, $promote = null) { - if ($promote && $promote['level_id'] == 1) { + if ($promote && $promote['level'] == 1) { return $account; } return substr($account, 0, 2) . '******' . substr($account, 8);