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();