Main/System/Main/RightFuncInHome.cs
@@ -15,7 +15,7 @@ [SerializeField] Button monthCardBtn; [SerializeField] Button dayMissionBtn; string listenWindowName = ""; //监听关闭时再显示 static string listenWindowName = ""; //监听关闭时再显示 bool isShow = false; void Awake() @@ -91,5 +91,10 @@ listenWindowName = _listenWindowName; } public static void RemoveListenWindow() { listenWindowName = ""; } }