1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user