军团:fix 团长是否在线

This commit is contained in:
luying
2021-02-22 14:33:24 +08:00
parent 9b1fa777cd
commit 0f7b528d67
2 changed files with 3 additions and 4 deletions

View File

@@ -49,7 +49,6 @@ export class FriendHandler {
let otherServerList = new Array<FriendRecommendParams>();
for(let role of allList) {
let type = getRecommendType(myFriendRelation, roleId, role.roleId);
console.log('****', type, roleId, role.roleId)
if(type == FRIEND_RELATION_TYPE.NORMAL) {
let param = new FriendRecommendParams(role);
param.setType(type);