修复bug

This commit is contained in:
shenjianxing 2025-01-15 13:52:01 +08:00
parent 0552e21abf
commit 706987307c
2 changed files with 0 additions and 3 deletions

View File

@ -65,8 +65,6 @@ namespace QFramework
{
if (!Deinited)
{
datas.Clear();
datas = null;
OnFinished = null;
Deinited = true;
mPool.Recycle(this);

View File

@ -58,7 +58,6 @@ namespace QFramework.Example
count++;
}
}
Debug.LogError(count);
if (count > 1)
{
UITipWindowData data = new UITipWindowData();