|
@@ -126,7 +126,7 @@ class MemberService extends BaseService
|
|
|
|
|
|
$info['team_count1'] = $this->getUserCountByType($info['id'], 1, 0); // 直推人数
|
|
|
$info['team_count2'] = $this->getUserCountByType($info['id'], 3, 0); // 滑落人数
|
|
|
- $info['team_count'] = $this->getUserCountByType($info['id'], 1, 1); // 节点推荐人数
|
|
|
+ $info['team_count'] = $this->getUserCountByType($info['id'], 2, 0); // 团队人数
|
|
|
}else {
|
|
|
// 默认地址
|
|
|
$info['addressData'] = MemberAddressService::make()->getBindInfo($info['id']);
|