少年修仙传客户端代码仓库
client_Zxw
2018-09-28 747ca1c64aaa206d18cec5876c7b296d14ccd910
3933 【前端】任务面板支线任务分类不显示任务状态为0(可接取)的任务
1个文件已修改
3 ■■■■■ 已修改文件
System/MainInterfacePanel/SideMission.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/SideMission.cs
@@ -90,12 +90,15 @@
            gridCtrl.Refresh();
            foreach (var key in taskmodel.SideQuestsDic.Keys)
            {
                if (taskmodel.SideQuestsDic[key].MissionState != 0)
                {
                if (TaskIdNow == 0)
                {
                    TaskIdNow = key;
                }
                gridCtrl.AddCell(ScrollerDataType.Header, key);
            }
            }
            gridCtrl.Restart();
        }
        private void OnRefreshGridCell(ScrollerDataType type, CellView cell)