少年修仙传客户端代码仓库
client_linchunjie
2019-04-28 572e6eb0992a9618e8d943790634370a73eb880f
3432 【2.0】【BUG】技能升级界面报错
1个文件已修改
4 ■■■■ 已修改文件
System/MainInterfacePanel/LowSettingTip.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/LowSettingTip.cs
@@ -86,11 +86,11 @@
            var talentModel = ModelCenter.Instance.GetModel<TalentModel>();
            if (skillModel.passSkillRedpoint.state == RedPointState.Simple)
            {
                WindowCenter.Instance.Open<SkillWin>(false, 1);
                WindowCenter.Instance.Open<SkillWin>(false, 2);
            }
            else if (treasureSkillModel.redpoint.state == RedPointState.Simple)
            {
                WindowCenter.Instance.Open<SkillWin>(false, 2);
                WindowCenter.Instance.Open<SkillWin>(false, 1);
            }
            else if (talentModel.talentRedpoint.state == RedPointState.Simple)
            {