tcx_xiyou_yueNan
zhangjiannan 2025-04-08 11:33:36 +08:00
parent a0f81c8555
commit e86efd8c38
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ function BattleFailPopup:OnClose()
if PlayerManager.serverTime > (PlayerPrefs.GetInt("FirstRecharge", 0) + 86400) then
local activityId = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FirstRecharge)
if activityId and activityId ~= 0 and ActTimeCtrlManager.SingleFuncState(1) then
PlayerPrefs.SetInt("FirstRecharge", PlayerManager.serverTime)
UIManager.OpenPanel(UIName.FirstRechargePanel)
end
end