作者 景龙
1 个管道 的构建 通过 耗费 0 秒

修改分享下线规则

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