From f5f6ba4316c24a6b886eee5f5e20365bb8c85ed6 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 10 十月 2019 00:50:18 +0800
Subject: [PATCH] 0312 主界面充值显示顺序 首充-充值返利-充值

---
 System/MainInterfacePanel/HighSettingTip.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 25e4304..be11ce1 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -164,6 +164,9 @@
                         WindowCenter.Instance.Open<FirstRechargeWin>(true);
                     }
                     break;
+                case 2:
+                    WindowCenter.Instance.Open<VipRechargeWin>(false, 2);
+                    break;
                 case 3:
                     WindowCenter.Instance.Open<VipRechargeWin>(false, 0);
                     break;

--
Gitblit v1.8.0