少年修仙传客户端代码仓库
client_Zxw
2018-09-04 eed44c4e855611e2ca9bcb94c040b4eaa6266939
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
            {