| | |
| | |
|
| | | [SerializeField] Button m_FlashSaleBtn;//限时特惠
|
| | | [SerializeField] Button m_AllThePeopleBtn;//全民冲榜
|
| | | [SerializeField] Button m_FlashRushBtn;//限时抢购
|
| | | private bool _bool = true;
|
| | | private int swicthCdTime = 0;
|
| | | private bool IsFadeOut = true;
|
| | |
| | | m_ElfFestivalBtn.AddListener(OnClickElfFestivalBtn);
|
| | | m_FlashSaleBtn.AddListener(OnClickmFlashSaleBtn);
|
| | | m_AllThePeopleBtn.AddListener(OnClickmAllThePeopleBtn);
|
| | | m_FlashRushBtn.AddListener(OnClickFlashRushBtn);
|
| | | if (_bool)
|
| | | {
|
| | | ColseButton();
|
| | |
| | | OpenServerActivityCenter.Instance.selectFuncOrder = (int)OpenServerActivityCenter.OSActivityType.ImpactRank;
|
| | | WindowCenter.Instance.Open<OpenServerActivityWin>();
|
| | | }
|
| | | void OnClickFlashRushBtn()//限时抢购
|
| | | {
|
| | | WindowCenter.Instance.Close<MainInterfaceWin>();
|
| | | WindowCenter.Instance.Open<OpenServerActivityWin>(false, 14);
|
| | | }
|
| | | public void ShowButton()//向上
|
| | | {
|
| | |
|