|
@@ -63,6 +63,7 @@ namespace GFGGame
|
|
|
UpdateTeaPartyShowText();
|
|
|
ChatSProxy.ReqQueryChatMsg(ChatType.League).Coroutine();
|
|
|
ChatSProxy.ReqQueryChatMsg(ChatType.LeagueQuestion).Coroutine();
|
|
|
+ GetTeapartyMatchingInfos();
|
|
|
}
|
|
|
|
|
|
protected override void OnHide()
|
|
@@ -221,5 +222,14 @@ namespace GFGGame
|
|
|
RedDotController.Instance.SetComRedDot(_ui.m_btnGift.target, RedDotDataManager.Instance.GetLeagueGiftBoxRed(), "", -120, 100);
|
|
|
RedDotController.Instance.SetComRedDot(_ui.m_btnPray.target, RedDotDataManager.Instance.GetLeaguePrayRed(), "", -70, 60);
|
|
|
}
|
|
|
+
|
|
|
+ private async void GetTeapartyMatchingInfos()
|
|
|
+ {
|
|
|
+ bool result = await LeagueSproxy.GetTeapartyMatchingInfos(RoleDataManager.roleId);
|
|
|
+ if (result)
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|