少年修仙传客户端代码仓库
client_linchunjie
2018-09-25 1635afda5a72c9b249f120836b7704b0a84de1d9
3845【前端】法宝列表选项选中规则
2个文件已修改
5 ■■■■■ 已修改文件
System/MainInterfacePanel/HighSettingTip.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Treasure/TreasureModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/HighSettingTip.cs
@@ -294,7 +294,8 @@
            {
                _model.currentCategory = TreasureCategory.Demon;
            }
            else if (RedpointCenter.Instance.GetRedpointState(7001) == RedPointState.Simple)
            else if (RedpointCenter.Instance.GetRedpointState(TreasureModel.CATEGORY_REDPOINTIDS[(int)TreasureCategory.Human - 1])
                == RedPointState.Simple)
            {
                _model.currentCategory = TreasureCategory.Human;
            }
System/Treasure/TreasureModel.cs
@@ -19,7 +19,7 @@
        public const int TREASURE_GUIDE_ID = 102;
        const int TREASURE_REDPOINTID = 7000;
        readonly static int[] CATEGORY_REDPOINTIDS = { 7001, 7002, 7003, 7004, 7005 };
        public readonly static int[] CATEGORY_REDPOINTIDS = { 7001, 7002, 7003, 7004, 7005 };
        const int TREASURE_REDPOINTBASE = 7100;
        public static int redpointIndex = 1;