少年修仙传客户端代码仓库
client_Zxw
2018-09-20 1f5e35cd47a9baaaa6fa559c06640f47c9e79554
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)