From fbe3a861f641233473a0d1995d147a42f0b43c90 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 07 三月 2025 09:27:52 +0800
Subject: [PATCH] 0312 重置五行第一次免费改1000级,功能预告优化
---
System/MainInterfacePanel/TipPanel.cs | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/System/MainInterfacePanel/TipPanel.cs b/System/MainInterfacePanel/TipPanel.cs
index 75d6bde..41b0dc1 100644
--- a/System/MainInterfacePanel/TipPanel.cs
+++ b/System/MainInterfacePanel/TipPanel.cs
@@ -95,14 +95,14 @@
PopupWindowsProcessor.Instance.Add("OffLineOnHookWin");
onHookModel.openWinState = 0;
}
- if (firstTimeRechargeModel.IsTryOut == 1 && !inDungeon)//瑁呭璇曠敤
- {
- firstTimeRechargeModel.OpenFirstChargeTrialWin();
- }
- else if (featureNoticeModel.IsShowFeatureN())//鍔熻兘棰勫憡闈㈡澘
- {
- SysNotifyMgr.Instance.StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());
- }
+ //if (firstTimeRechargeModel.IsTryOut == 1 && !inDungeon)//瑁呭璇曠敤
+ //{
+ // firstTimeRechargeModel.OpenFirstChargeTrialWin();
+ //}
+ //else if (featureNoticeModel.IsShowFeatureN())//鍔熻兘棰勫憡闈㈡澘
+ //{
+ // SysNotifyMgr.Instance.StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());
+ //}
//else if (!WindowCenter.Instance.IsOpen<PetAndMountPushWin>()
// && !WindowCenter.Instance.IsOpen<OffLineOnHookWin>()) //鐏靛疇鍧愰獞鎺ㄩ��
//{
--
Gitblit v1.8.0