From 332610ed31d7ac8ca75ab9dfdf47f480d1829b10 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 07 十一月 2025 12:42:04 +0800
Subject: [PATCH] 236 子 【福利内容】每日任务/每周任务/章节奖励 / 【福利内容】每日任务/每周任务/章节奖励-客户端
---
Main/System/Main/RightFuncInHome.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Main/System/Main/RightFuncInHome.cs b/Main/System/Main/RightFuncInHome.cs
index 57c9b5b..19f020c 100644
--- a/Main/System/Main/RightFuncInHome.cs
+++ b/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 = "";
+ }
+
}
--
Gitblit v1.8.0