From f2cd8cf71a54e251e5f507c7d69c6f91f90e5074 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 25 九月 2018 20:23:14 +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