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)