From b8bcfae71df34b7b422dd59741e1e9c0358e4142 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 10 一月 2019 18:02:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 4e68341..0488b91 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -52,6 +52,7 @@
         [SerializeField] Button m_AllThePeopleBtn;//鍏ㄦ皯鍐叉
         [SerializeField] Button m_FlashRushBtn;//闄愭椂鎶㈣喘
         [SerializeField] Button m_CrossServerBtn;//璺ㄦ湇1V1鎸夐挳
+        [SerializeField] Button m_OpenServiceBtn;//鍛ㄧ媯娆㈡寜閽�
         private bool _bool = true;
         private int swicthCdTime = 0;
         private bool IsFadeOut = true;
@@ -94,6 +95,7 @@
             m_AllThePeopleBtn.AddListener(OnClickmAllThePeopleBtn);
             m_FlashRushBtn.AddListener(OnClickFlashRushBtn);
             m_CrossServerBtn.AddListener(OnClickCrossServerBtn);
+            m_OpenServiceBtn.AddListener(OnClickOpenServiceBtn);
             if (_bool)
             {
                 ColseButton();
@@ -383,7 +385,11 @@
             }
         }
 
-          
+        void OnClickOpenServiceBtn()
+        {
+            WindowCenter.Instance.Open<AchievementActivityWin>();
+
+        }
         public void ShowButton()//鍚戜笂
         {
 

--
Gitblit v1.8.0