| | |
| | | //Z-xw写
|
| | | playerFairyAuTreasureData._DicfamilyStoreItem.Clear();
|
| | | }
|
| | | if (OnRefreshFairyMine != null) OnRefreshFairyMine();
|
| | | if (OnRefreshFairyMine != null)
|
| | | {
|
| | | OnRefreshFairyMine();
|
| | | }
|
| | | UpdateRequestRedpoint();
|
| | | fairyBossModel.UpdateRedPoint();
|
| | | }
|
| | |
|
| | |
| | | hasFairy = false;
|
| | | fairy = null;
|
| | | mine = null;
|
| | | applyList.Clear();
|
| | | ChatCtrl.Inst.ClearChatInfo(ChatInfoType.Fairy);
|
| | | |
| | | }
|
| | | #endregion
|
| | |
|
| | |
| | | apply.IsOnLine = vNetData.MemberInfo[i].IsOnLine;
|
| | | applyList.Add(apply);
|
| | | }
|
| | | if (OnRefreshApplyList != null) OnRefreshApplyList();
|
| | | if (IsCanFunc(LimitFunc.CanKick))
|
| | | if (OnRefreshApplyList != null)
|
| | | {
|
| | | OnRefreshApplyList();
|
| | | }
|
| | | UpdateRequestRedpoint();
|
| | | }
|
| | |
|
| | | void UpdateRequestRedpoint()
|
| | | {
|
| | | if (HasFairy && IsCanFunc(LimitFunc.CanKick))
|
| | | {
|
| | | applyRedpoint.state = applyList.Count > 0 ? RedPointState.Simple : RedPointState.None;
|
| | | }
|