From f9eb09ceaeb1ecf2ef07dde42362825c1e5cdebc Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 25 九月 2018 16:49:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Store/PetAndMountPushWin.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/System/Store/PetAndMountPushWin.cs b/System/Store/PetAndMountPushWin.cs
index 4ab0a23..4347bef 100644
--- a/System/Store/PetAndMountPushWin.cs
+++ b/System/Store/PetAndMountPushWin.cs
@@ -83,7 +83,8 @@
private void ClickGoTo()
{
CloseImmediately();
- WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.StoreFunc3);
+ storeModel.SetJumpModel(StoreFunc.BindStore, storeModel.currentPushId);
+ WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.StoreFunc4);
}
private void ClickCloseBtn()
{
--
Gitblit v1.8.0