...
|
...
|
@@ -356,7 +356,7 @@ class Person extends Api |
|
|
//分享人是自己无效
|
|
|
if($share_uid != $this->user_id){
|
|
|
//分享用户有上线
|
|
|
if($each_other && !$other){
|
|
|
if($each_other){
|
|
|
$on_uid = array_unique(array_column($each_other,'uid'))[0];
|
|
|
//给上线增加积分
|
|
|
$userModel = new \app\admin\model\User();
|
...
|
...
|
|