This commit is contained in:
小鱼开发
2024-09-30 00:36:08 +08:00
parent 6ad8fc2112
commit ccc95f7e86
+1 -1
View File
@@ -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();