修复bug
This commit is contained in:
parent
efb2195571
commit
f070adfade
@ -3,7 +3,6 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using static UnityEditor.Progress;
|
|
||||||
|
|
||||||
namespace QFramework
|
namespace QFramework
|
||||||
{
|
{
|
||||||
|
|||||||
@ -54,6 +54,7 @@ public class UIShowAction : IAction
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
UIKit.ClosePanel(ActionHelper.typeDict[uiName]);
|
UIKit.ClosePanel(ActionHelper.typeDict[uiName]);
|
||||||
|
this.Finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user