少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-24 f2b90718e1cafaeab6119f76415598419a24d52d
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
7 ■■■■ 已修改文件
System/FairyAu/RedBagTipsWin.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Skill/SkillPassWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/RedBagTipsWin.cs
@@ -99,7 +99,10 @@
            gridCtrl.Refresh();
            foreach (int key in redPacket._DicRedBag.Keys)
            {
                gridCtrl.AddCell(ScrollerDataType.Header, key);
                if (redPacket._DicRedBag[key].GetWay != 5)
                {
                    gridCtrl.AddCell(ScrollerDataType.Header, key);
                }
            }
            gridCtrl.Restart();
        }
System/Skill/SkillPassWin.cs
@@ -124,7 +124,6 @@
            UpdateEquipPassSkill();
            SetEquipHoleSelect(GetEquipHoleIndex(model.presentSltSkillID));
            DayRemind.Instance.SetDayRemind(DayRemind.PASS_SKILL_REDPOINT, true);
            model.taskUnlockUpdate += TaskUnlockUpdate;
            if (cacheCoroutine != null)
            {
@@ -142,6 +141,7 @@
        protected override void OnAfterOpen()
        {
            DisplayEffect();
            model.taskUnlockUpdate += TaskUnlockUpdate;
        }
        protected override void OnPreClose()