From 598ed0c02a513e9567ec44efb608bda27ff6db0d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 16 九月 2020 14:42:35 +0800
Subject: [PATCH] 0312 增加VIP11-24跳转
---
System/WindowJump/WindowJumpMgr.cs | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index a8686c6..ff1148d 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -435,6 +435,20 @@
case JumpUIType.VipRechargeVip9:
case JumpUIType.VipRechargeVip10:
case JumpUIType.VipRechargeVip1:
+ case JumpUIType.VIP11:
+ case JumpUIType.VIP12:
+ case JumpUIType.VIP13:
+ case JumpUIType.VIP14:
+ case JumpUIType.VIP15:
+ case JumpUIType.VIP16:
+ case JumpUIType.VIP17:
+ case JumpUIType.VIP18:
+ case JumpUIType.VIP19:
+ case JumpUIType.VIP20:
+ case JumpUIType.VIP21:
+ case JumpUIType.VIP22:
+ case JumpUIType.VIP23:
+ case JumpUIType.VIP24:
if (VersionConfig.Get().isBanShu)
{
SysNotifyMgr.Instance.ShowTip("FuncNoOpen_VIP");
@@ -1899,6 +1913,21 @@
DayQuest54 = 351, //54-60绾т换鍔″崱绾у姩鎬佹爣璁�
AutionEquipInPack = 352, //鑳屽寘涓殑鍙媿鍗栫墿鍝�
+ VIP11 = 354,
+ VIP12 = 355,
+ VIP13 = 356,
+ VIP14 = 357,
+ VIP15 = 358,
+ VIP16 = 359,
+ VIP17 = 360,
+ VIP18 = 361,
+ VIP19 = 362,
+ VIP20 = 363,
+ VIP21 = 364,
+ VIP22 = 365,
+ VIP23 = 366,
+ VIP24 = 367,
+
DhszTs = 1001,//瀹氭捣绁為拡鍔熸硶鎻愬崌鐣岄潰
HyqTs = 1002,//鐨撴湀鏋姛娉曟彁鍗囩晫闈�
--
Gitblit v1.8.0