添加callback
parent
f9657deec7
commit
9741424a38
|
|
@ -486,7 +486,8 @@ function M:OnEnterGroupCallBack()
|
|||
|
||||
self:ReflashChatRoomRedPoint()
|
||||
|
||||
fgCtr:FG_Get_Online_Member(self._group.id, callback)
|
||||
fgCtr:FG_Get_Online_Member(self._group.id, function(res)
|
||||
end)
|
||||
end
|
||||
|
||||
function M:UpdateFamilyRoom(fgCtr, id)
|
||||
|
|
|
|||
Loading…
Reference in New Issue