少年修仙传客户端代码仓库
client_Zxw
2018-08-13 a126e787c639d96f9384bb342a1385ffd1443e98
单号【2452】Vip投资界面显示规则修改
1个文件已修改
7 ■■■■■ 已修改文件
System/Vip/VipInvest/VipInvestWin.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/VipInvest/VipInvestWin.cs
@@ -19,6 +19,8 @@
        [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;
@@ -41,6 +43,7 @@
            m_Button_Two.AddListener(OnClickButtonTwo);
            m_Button_Three.AddListener(OnClickButtonThree);
            m_Button_Four.AddListener(OnClickButtonFour);
            m_GoToVipBoss.AddListener(OnClickVipBossWin);
        }
        protected override void OnPreOpen()
@@ -356,6 +359,10 @@
            configlist = investModel.GetInvestConfiglistByCycle(cycle);
            CreateRewardCell();
        }
        private void OnClickVipBossWin()
        {
            WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.FindPreciousFrameFunc3);
        }
        private void SwithWeek(int cycle_int)
        {