From 286c83fa42de09f86dc62e89e841a4de4d963e5f Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 21 九月 2018 22:17:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Store/StoreModel.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index a633531..8586001 100644
--- a/System/Store/StoreModel.cs
+++ b/System/Store/StoreModel.cs
@@ -1128,7 +1128,10 @@
private void OnMoveTopPart(bool isMove)
{
- SetPushPetAndMountWinState(!isMove);
+ if(!isLogin)
+ {
+ SetPushPetAndMountWinState(!isMove);
+ }
}
private void windowAfterOpen(Window win)
@@ -1141,6 +1144,8 @@
private void windowAfterClose(Window win)
{
+ if (isLogin) return;
+
if(win is MainInterfaceWin)
{
SetPushPetAndMountWinState(true);
--
Gitblit v1.8.0