From 54ac5706baaf557f692b341c00fda783ef958948 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 18 九月 2018 17:15:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Store/StoreModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index 14cc794..890ca6e 100644
--- a/System/Store/StoreModel.cs
+++ b/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;
             }

--
Gitblit v1.8.0