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