From 0dbff02cd6d62434c346188c025c96e4196c7057 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 12 十二月 2018 10:51:25 +0800
Subject: [PATCH] 5398 子 【开发】【1.4】跨服竞技场 / 【前端】【1.4】跨服竞技场开发
---
System/MainInterfacePanel/HighSettingTip.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 2171645..5bf489f 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -51,6 +51,7 @@
[SerializeField] Button m_FlashSaleBtn;//闄愭椂鐗规儬
[SerializeField] Button m_AllThePeopleBtn;//鍏ㄦ皯鍐叉
[SerializeField] Button m_FlashRushBtn;//闄愭椂鎶㈣喘
+ [SerializeField] Button m_CrossServerBtn;//璺ㄦ湇1V1鎸夐挳
private bool _bool = true;
private int swicthCdTime = 0;
private bool IsFadeOut = true;
@@ -92,6 +93,7 @@
m_FlashSaleBtn.AddListener(OnClickmFlashSaleBtn);
m_AllThePeopleBtn.AddListener(OnClickmAllThePeopleBtn);
m_FlashRushBtn.AddListener(OnClickFlashRushBtn);
+ m_CrossServerBtn.AddListener(OnClickCrossServerBtn);
if (_bool)
{
ColseButton();
@@ -360,6 +362,11 @@
WindowCenter.Instance.Close<MainInterfaceWin>();
WindowCenter.Instance.Open<OpenServerActivityWin>(false, 14);
}
+ void OnClickCrossServerBtn()//璺ㄦ湇PK
+ {
+ WindowCenter.Instance.Close<MainInterfaceWin>();
+ WindowCenter.Instance.Open<CrossServerWin>();
+ }
public void ShowButton()//鍚戜笂
{
--
Gitblit v1.8.0