From 1e58fa8e132c7d132f36c428d167a671381dbb14 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期三, 10 十月 2018 10:49:49 +0800
Subject: [PATCH] 4109 【前端】新增神兽跳转界面
---
System/WindowJump/WindowJumpMgr.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 031cc2e..8131b6d 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -524,6 +524,10 @@
case JumpUIType.CeremonyOutof:
SetJumpLogic<FairylandCeremonyWin>(_tagWinSearchModel.TABID);
break;
+ case JumpUIType.DogzFunc1Type1:
+ case JumpUIType.DogzFunc1Type2:
+ SetJumpLogic<DogzWin>(_tagWinSearchModel.TABID);
+ break;
case JumpUIType.FaBaoSoul_BenYuan:
case JumpUIType.FaBaoSoul_FengMo:
case JumpUIType.FaBaoSoul_Strength:
@@ -1368,6 +1372,8 @@
CeremonyFire = 245, //浠欑晫鐩涘吀鐑熻姳鐙傛鐣岄潰
CeremonyPeopleToHi = 246, //浠欑晫鐩涘吀鍏ㄦ皯鏉ュ棬鐣岄潰
CeremonyOutof = 247, //浠欑晫鐩涘吀缁濈増闄嶄复鐣岄潰
+ DogzFunc1Type1 = 248, //绁炲吔鐣岄潰
+ DogzFunc1Type2 = 249, //绁炲吔鐣岄潰
DhszTs = 1001,//瀹氭捣绁為拡鍔熸硶鎻愬崌鐣岄潰
HyqTs = 1002,//鐨撴湀鏋姛娉曟彁鍗囩晫闈�
GyzTs = 1003,//楝肩墮鍒冨姛娉曟彁鍗囩晫闈�
--
Gitblit v1.8.0