@@ -1669,7 +1669,7 @@ namespace MySystem
// 5. 创客升级
public void StatUserLevel()
{
- Thread th = new Thread(StatUserLevelStart);
+ Thread th = new Thread(StatUserLevelDo);
th.IsBackground = true;
th.Start();
}