| | |
| | | [SerializeField] Button m_Button_Two;
|
| | | [SerializeField] Button m_Button_Three;
|
| | | [SerializeField] Button m_Button_Four;
|
| | |
|
| | | [SerializeField] Button m_GoToVipBoss;
|
| | | VipInvestModel _investModel;
|
| | | VipInvestModel investModel { get { return _investModel ?? (_investModel = ModelCenter.Instance.GetModel<VipInvestModel>()); } }
|
| | | ItemTipsModel _tipsModel;
|
| | |
| | | m_Button_Two.AddListener(OnClickButtonTwo);
|
| | | m_Button_Three.AddListener(OnClickButtonThree);
|
| | | m_Button_Four.AddListener(OnClickButtonFour);
|
| | | m_GoToVipBoss.AddListener(OnClickVipBossWin);
|
| | | }
|
| | |
|
| | | protected override void OnPreOpen()
|
| | |
| | | configlist = investModel.GetInvestConfiglistByCycle(cycle);
|
| | | CreateRewardCell();
|
| | | }
|
| | | private void OnClickVipBossWin()
|
| | | {
|
| | | WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.FindPreciousFrameFunc3);
|
| | | }
|
| | |
|
| | | private void SwithWeek(int cycle_int)
|
| | | {
|