少年修仙传客户端代码仓库
client_Wu Xijin
2018-09-18 e597e921552307575c58c48b0fd5ad748ccb9fe8
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
4 ■■■■ 已修改文件
System/Store/StoreModel.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/StoreModel.cs
@@ -1126,7 +1126,6 @@
        SetPushPetAndMountWinState(!isMove);
    }
    private void windowAfterOpen(Window win)
    {
        if (win is FirstTimeRechargeWin)
@@ -1185,7 +1184,8 @@
                || !WindowCenter.Instance.CheckOpen<MainInterfaceWin>()
                || NewBieCenter.Instance.inGuiding
                || WindowCenter.Instance.CheckOpen<FirstTimeRechargeWin>()
                || currentPushId == 0)
                || currentPushId == 0
                || !ModelCenter.Instance.GetModel<PlayerMainDate>().MainTopPanelShow)
            {
                isShow = false;
            }