From 8ebee5f0749f73133ff165532b91a22569d3e9ef Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 25 十月 2019 00:36:45 +0800
Subject: [PATCH] 0312 新增充值返利界面
---
System/MainInterfacePanel/HighSettingTip.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index d3a551f..7ef1e5d 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -165,7 +165,7 @@
}
break;
case 2:
- WindowCenter.Instance.Open<VipRechargeWin>(false, 2);
+ WindowCenter.Instance.Open<AddUpRechargeWin>();
break;
case 3:
WindowCenter.Instance.Open<VipRechargeWin>(false, 0);
--
Gitblit v1.8.0