From fbd851f03e03640bd0dfe201d759671c79e9e14f Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 03 九月 2018 10:27:56 +0800
Subject: [PATCH] 1785 角色65级 点击日常界面集魂提示错误

---
 System/WindowJump/WindowJumpMgr.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index c5e8e44..16c41e0 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -589,6 +589,9 @@
             case JumpUIType.TreasureSoul:
                 SetJumpLogic<TreasureSoulWin>(_tagWinSearchModel.TABID);
                 break;
+            case JumpUIType.TreasureCollectSoul:
+                SetJumpLogic<TreasureLevelUpWin>(0);
+                break;
             case JumpUIType.VipRechargeFunc3:
             case JumpUIType.OSTimeLimitGift:
             case JumpUIType.FlashSale:
@@ -1153,6 +1156,7 @@
     OpenServerGift1 = 223, //瓒呭�肩ぜ鍖�1
     OpenServerGift2 = 224, //瓒呭�肩ぜ鍖�2
     OpenServerGift3 = 225, //瓒呭�肩ぜ鍖�3
+    TreasureCollectSoul = 226,//娉曞疂闆嗛瓊
     DhszTs = 1001,//瀹氭捣绁為拡鍔熸硶鎻愬崌鐣岄潰
     HyqTs = 1002,//鐨撴湀鏋姛娉曟彁鍗囩晫闈�
     GyzTs = 1003,//楝肩墮鍒冨姛娉曟彁鍗囩晫闈�

--
Gitblit v1.8.0