少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-28 b7b1343d3a90401a31ad9cb582a67bd553463831
3011 【前端】日常任务排序规则调整
1个文件已修改
18 ■■■■ 已修改文件
System/DailyQuest/DailyQuestModel.cs 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/DailyQuest/DailyQuestModel.cs
@@ -643,15 +643,7 @@
            }
            else
            {
                if (state1 == DailyQuestState.Locked)
                {
                    return 1;
                }
                else if (state2 == DailyQuestState.Locked)
                {
                    return -1;
                }
                else if (state1 == DailyQuestState.Completed)
                if (state1 == DailyQuestState.Completed)
                {
                    return 1;
                }
@@ -659,6 +651,14 @@
                {
                    return -1;
                }
                else if (state1 == DailyQuestState.Locked)
                {
                    return 1;
                }
                else if (state2 == DailyQuestState.Locked)
                {
                    return -1;
                }
                else if (state1 == DailyQuestState.CanBuyTimes)
                {
                    return 1;