From cdc5c07b841ff0cbaa09968c62f630629f1e3292 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Fri, 28 Aug 2020 10:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E5=AE=AB=E7=A7=98=E5=AE=9D=E5=9C=A8?= =?UTF-8?q?=E5=89=AF=E6=9C=AC=E7=95=8C=E9=9D=A2=E7=9A=84=E7=BA=A2=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Player/RedpotManager.lua | 5 ++--- .../~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua index 8486907fd7..ef5437cef1 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua @@ -245,7 +245,7 @@ function this.InitRedPointAllRelate() -- 成就 RPData:SetParent(RedPointType.Achievement_Main, RedPointType.DailyTaskMain) --大闹天宫 天宫秘宝 - RPData:SetParent(RedPointType.Expedition_Treasure, RedPointType.Expedition) + RPData:SetParent(RedPointType.Expedition_Treasure, RedPointType.OrdinaryExplore) end -- 注册红点检测方法 @@ -394,8 +394,7 @@ function this.RegisterRedCheckFunc() RPData:AddCheckFunc(RedPointType.QianKunBox,OperatingManager.GetQiankunBoxRedPointStatus) RPData:AddCheckFunc(RedPointType.PoZhenZhuXianTask, OperatingManager.CheckPoZhenZhuXianTaskRed) RPData:AddCheckFunc(RedPointType.PoZhenZhuXianRecharge, OperatingManager.CheckLeiJiChongZhiRedData) - - RPData:AddCheckFunc(RedPointType.OrdinaryExplore, CarbonManager.CarbonRedCheck,FUNCTION_OPEN_TYPE.EXPEDITION) + RPData:AddCheckFunc(RedPointType.HeroExplore, CarbonManager.CarbonRedCheck,FUNCTION_OPEN_TYPE.DAILYCHALLENGE_COIN) RPData:AddCheckFunc(RedPointType.EpicExplore, CarbonManager.CarbonRedCheck,FUNCTION_OPEN_TYPE.MONSTER_COMING) RPData:AddCheckFunc(RedPointType.LegendExplore, CarbonManager.CarbonRedCheck,FUNCTION_OPEN_TYPE.CARDELAY) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua index 067cace395..e5fc72e8c1 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_TrialXingYao.lua @@ -143,7 +143,6 @@ function this.RefreshPanel() hpExp.value=v.heroHp/10000 Util.SetGray(o,v.heroHp<=0) - LogGreen("MapTrialManager.selectHeroDid"..MapTrialManager.selectHeroDid) choosed:SetActive(false) if MapTrialManager.selectHeroDid == v.heroId then choosed:SetActive(true)