0312 切换新仙盟重新查询珍宝阁;感谢协助界面的显示
| | |
| | | } |
| | | else
|
| | | { |
| | | AssistBossText.text = Language.Get("AssistThanks" + assistModel.assistThanksGift.ItemID); |
| | | AssistBossText.text = Language.Get("AssistThanks_" + assistModel.assistThanksGift.ItemID); |
| | | } |
| | | |
| | | AssistCtrl.Refresh(); |
| | |
| | | if (PlayerDatas.Instance.fairyData.HasFairy)
|
| | | {
|
| | | UpdateRedpoint();
|
| | |
|
| | | QueryZBGFamilyInfo();
|
| | | }
|
| | |
|
| | | }
|
| | |
| | |
|
| | |
|
| | |
|
| | | //登录后首次打开查询,退出仙盟重打开查询
|
| | | //登录后首次打开查询,换新仙盟查询
|
| | | public void QueryZBGFamilyInfo()
|
| | | {
|
| | | if (isQueryZBGYet)
|
| | |
| | | isQueryZBGYet = true;
|
| | | }
|
| | |
|
| | | private void OnRefreshFairyMine()//退出仙盟
|
| | | private void OnRefreshFairyMine()
|
| | | {
|
| | | if (!PlayerDatas.Instance.fairyData.HasFairy)
|
| | | {
|
| | |
| | | sortPlayerCut.Clear();
|
| | | WindowCenter.Instance.Close<FamilyZBGWin>();
|
| | | }
|
| | |
|
| | | UpdateZBGRedpoint();
|
| | | }
|
| | |
|