少年修仙传客户端代码仓库
client_linchunjie
2018-09-04 a8bf44d6cce9db087914827d78f2bb75ca388ff9
System/MainInterfacePanel/TaskListTip.cs
@@ -427,7 +427,10 @@
            int type = 0;
            if (TaskID == 0)
            {
                type= _list.IndexOf(taskmodel.GetNowTaskID);
                if (_list.Contains(taskmodel.TaskupToDate))
                {
                    type = _list.IndexOf(taskmodel.TaskupToDate);
                }
            }
            else
            {