|
@@ -100,6 +100,7 @@ class Usercenter extends Api
|
|
|
|
|
|
|
|
|
$userinfo['is_follow'] = $this->is_follow($this->auth->id,$uid);
|
|
|
+ $userinfo['is_fans'] = $this->is_follow($uid,$this->auth->id);
|
|
|
$userinfo['is_friend'] = $this->is_friend($this->auth->id,$uid);
|
|
|
|
|
|
|
|
@@ -186,6 +187,7 @@ class Usercenter extends Api
|
|
|
|
|
|
|
|
|
$userinfo['is_follow'] = $this->is_follow($this->auth->id,$uid);
|
|
|
+ $userinfo['is_fans'] = $this->is_follow($uid,$this->auth->id);
|
|
|
$userinfo['is_friend'] = $this->is_friend($this->auth->id,$uid);
|
|
|
|
|
|
|