From 95b17cef6cee31512fba11384bb64bd164898a0b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 11 二月 2026 18:14:00 +0800
Subject: [PATCH] 461 限时冲刺-客户端
---
Main/System/TimeRush/TimeRushWin.cs | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/Main/System/TimeRush/TimeRushWin.cs b/Main/System/TimeRush/TimeRushWin.cs
index 559f3eb..5784b87 100644
--- a/Main/System/TimeRush/TimeRushWin.cs
+++ b/Main/System/TimeRush/TimeRushWin.cs
@@ -78,7 +78,14 @@
{
if (operation == OperationType.default47)
{
- RefreshAll();
+ var list = manager.GetTabIDList();
+ if (list.IsNullOrEmpty())
+ {
+ DelayCloseWindow().Forget();
+ return;
+ }
+ manager.nowTabId = list[0];
+ CreateAll();
}
}
@@ -122,7 +129,7 @@
return;
int roundType = config.RoundType;
int tabType = config.TabType;
-
+ Display(id);
tabScroller.m_Scorller.RefreshActiveCellViews();
taskScroller.SetActive(tabType == 1);
@@ -139,7 +146,7 @@
CreateGiftScroller(roundType);
return;
}
- Display(id);
+
}
void CreateAll()
--
Gitblit v1.8.0