From de85b844e520a15888c50ae3fcdfd3d67b6dff6c Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Wed, 14 Apr 2021 17:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=80=90=E5=9C=A3=E5=95=86=E5=BA=97?= =?UTF-8?q?=E3=80=91=E5=8F=96=E6=B6=88=E4=B8=BB=E8=83=9C=E5=95=86=E5=BA=97?= =?UTF-8?q?=E7=BA=A2=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Arena/ArenaMainPanel.lua | 2 +- Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua | 4 ++-- Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Arena/ArenaMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Arena/ArenaMainPanel.lua index c22d1b4d03..62634df104 100644 --- a/Assets/ManagedResources/~Lua/Modules/Arena/ArenaMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Arena/ArenaMainPanel.lua @@ -96,7 +96,7 @@ end function ArenaMainPanel:OnDestroy() SubUIManager.Close(this.UpView) -- 清除红点 - ClearRedPointObject(RedPointType.Arena_Shop) + -- ClearRedPointObject(RedPointType.Arena_Shop) -- 调用销毁方法 for index, logic in pairs(this.ViewLogicList) do if logic.OnDestroy then diff --git a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua index acd2d8198e..b069bacf40 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua @@ -139,7 +139,7 @@ function this.InitRedPointAllRelate() --竞技场 RPData:SetParent(RedPointType.Arena_Type_Normal, RedPointType.Arena) RPData:SetParent(RedPointType.Arena_Record, RedPointType.Arena_Type_Normal) - RPData:SetParent(RedPointType.Arena_Shop, RedPointType.Arena_Type_Normal) + -- RPData:SetParent(RedPointType.Arena_Shop, RedPointType.Arena_Type_Normal) RPData:SetParent(RedPointType.Arena_Reward, RedPointType.Arena_Type_Normal) RPData:SetParent(RedPointType.Arena_Free, RedPointType.Arena_Type_Normal) @@ -327,7 +327,7 @@ function this.RegisterRedCheckFunc() RPData:AddCheckFunc(RedPointType.Arena_Reward, ArenaManager.RewardBoxRedCheck) ---=== 商店相关红点 - RPData:AddCheckFunc(RedPointType.Arena_Shop, ShopManager.ShopRedCheck) + -- RPData:AddCheckFunc(RedPointType.Arena_Shop, ShopManager.ShopRedCheck) RPData:AddCheckFunc(RedPointType.Shop_General_Check, ShopManager.ShopRedCheck) RPData:AddCheckFunc(RedPointType.Shop_Secret_Check, ShopManager.ShopRedCheck) RPData:AddCheckFunc(RedPointType.Shop_Arena_Check, ShopManager.ShopRedCheck) diff --git a/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua b/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua index 01d21b82be..9121bd8e0e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua @@ -1054,7 +1054,7 @@ function this.CheckShopRedpot(shopType) CheckRedPointStatus(RedPointType.Guild_Shop) elseif shopType == SHOP_TYPE.ARENA_SHOP then CheckRedPointStatus(RedPointType.Shop_Arena_Check) - CheckRedPointStatus(RedPointType.Arena_Shop) + -- CheckRedPointStatus(RedPointType.Arena_Shop) elseif shopType == SHOP_TYPE.ROAM_SHOP then CheckRedPointStatus(RedPointType.Shop_Roam_Check) elseif shopType == SHOP_TYPE.SECRET_BOX_SHOP then