| System/MainInterfacePanel/TipPanel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/Store/StoreModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/MainInterfacePanel/TipPanel.cs
@@ -91,7 +91,8 @@ { firstTimeRechargeModel.OpenFirstChargeTrialWin(); } else if(!WindowCenter.Instance.CheckOpen<PetAndMountPushWin>()) //灵宠坐骑推送 else if(!WindowCenter.Instance.CheckOpen<PetAndMountPushWin>() && !WindowCenter.Instance.CheckOpen<OffLineOnHookWin>()) //灵宠坐骑推送 { storeModel.SetPushPetAndMountWinState(); } System/Store/StoreModel.cs
@@ -69,6 +69,7 @@ NewBieCenter.Instance.guideBeginEvent -= GuidBegin; shopItemlimitDict.Clear(); petAndMountPushlist.Clear(); ClearPushData(); tagTowerModel = null; storeFuncType = StoreFunc.WeekStore; tcbRefreshDict.Clear(); @@ -1118,7 +1119,11 @@ private void GuidBegin() { SetPushPetAndMountWinState(true,true); PetAndMountPushWin pushWin = WindowCenter.Instance.Get<PetAndMountPushWin>(); if(pushWin != null) { SetPushPetAndMountWinState(true, true); } } private void OnMoveTopPart(bool isMove)