From ccc95f7e866a90612ffb3cb854f1f86bd7883225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Mon, 30 Sep 2024 00:36:08 +0800 Subject: [PATCH] 1 --- home/controllers/h5/market/sylive2/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/controllers/h5/market/sylive2/User.php b/home/controllers/h5/market/sylive2/User.php index 215797b2..565f8d97 100644 --- a/home/controllers/h5/market/sylive2/User.php +++ b/home/controllers/h5/market/sylive2/User.php @@ -26,7 +26,7 @@ class User extends Admin $this->data['headimg'] = $headimg; $this->data['biz_name'] = $biz_row['organizationName']; $this->data['biz_id'] = $this->biz_id; - $this->data['is_manager'] = (!$this->user['bizId'] && $this->user['topOrgId']) ? 1 : 0; + $this->data['is_manager'] = ($this->user['bizId'] && $this->user['topOrgId']) ? 1 : 0; //微信分享 $wx_info = $this->share_info();