From 2fbe5aa120a02385a11d1f54868eed669eeabf65 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 3 Dec 2020 04:55:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E5=A4=A7=E9=97=B9=E5=A4=A9?= =?UTF-8?q?=E5=AE=AB=E3=80=91=E9=87=8D=E7=BD=AE=E5=89=8D=E4=BA=94=E5=88=86?= =?UTF-8?q?=E9=92=9F=E8=B8=A2=E5=87=BA=E7=8E=A9=E5=AE=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Expedition/ExpeditionMainPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionMainPanel.lua index 3bc64e37cf..6a8709d57a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expedition/ExpeditionMainPanel.lua @@ -514,6 +514,7 @@ function ExpeditionMainPanel:SingleLayNodeShow(go,layNodeListData) end --刷新倒计时显示 function ExpeditionMainPanel:RemainTimeDown(_timeTextExpertgo,_timeTextExpert,timeDown) + timeDown = timeDown - (ConfigManager.GetConfigData(ConfigName.GlobalSystemConfig,FUNCTION_OPEN_TYPE.EXPEDITION).SeasonInterval*60) if timeDown > 0 then _timeTextExpertgo:SetActive(true) _timeTextExpert.text = Language[10028]..self:TimeStampToDateString(timeDown) From 68cf2e356adddc84fd5377eb205414c35188bd94 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 3 Dec 2020 05:10:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E7=AB=9E=E6=8A=80=E5=9C=BA?= =?UTF-8?q?=E3=80=91=E5=9C=A8=E7=BA=BF=E5=88=B7=E6=96=B0=E6=B2=A1=E7=BA=A2?= =?UTF-8?q?=E7=82=B9=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index 665fad442f..c16b34a30d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -188,6 +188,7 @@ function this.RefreshUpdateIndication(buffer) CheckRedPointStatus(RedPointType.Guild_AidMy) LuckyTurnTableManager.SetTimes(msg.hadLuckTime,msg.hadAdvanceLuckyTime) + CheckRedPointStatus(RedPointType.Arena_Free) --三个抽奖勾选重置 PlayerPrefs.SetInt(PlayerManager.uid.."GeneralPopup_RecruitConfirm"..RecruitType.Ten,0) PlayerPrefs.SetInt(PlayerManager.uid.."GeneralPopup_RecruitConfirm"..RecruitType.TimeLimitTen,0)