【逐圣商店】取消主胜商店红点

dev_chengFeng
ZhangBiao 2021-04-14 17:41:44 +08:00
parent 8cf7de1811
commit de85b844e5
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)

View File

@ -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