【逐圣商店】取消主胜商店红点
parent
8cf7de1811
commit
de85b844e5
|
|
@ -96,7 +96,7 @@ end
|
||||||
function ArenaMainPanel:OnDestroy()
|
function ArenaMainPanel:OnDestroy()
|
||||||
SubUIManager.Close(this.UpView)
|
SubUIManager.Close(this.UpView)
|
||||||
-- 清除红点
|
-- 清除红点
|
||||||
ClearRedPointObject(RedPointType.Arena_Shop)
|
-- ClearRedPointObject(RedPointType.Arena_Shop)
|
||||||
-- 调用销毁方法
|
-- 调用销毁方法
|
||||||
for index, logic in pairs(this.ViewLogicList) do
|
for index, logic in pairs(this.ViewLogicList) do
|
||||||
if logic.OnDestroy then
|
if logic.OnDestroy then
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,7 @@ function this.InitRedPointAllRelate()
|
||||||
--竞技场
|
--竞技场
|
||||||
RPData:SetParent(RedPointType.Arena_Type_Normal, RedPointType.Arena)
|
RPData:SetParent(RedPointType.Arena_Type_Normal, RedPointType.Arena)
|
||||||
RPData:SetParent(RedPointType.Arena_Record, RedPointType.Arena_Type_Normal)
|
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_Reward, RedPointType.Arena_Type_Normal)
|
||||||
RPData:SetParent(RedPointType.Arena_Free, 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_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_General_Check, ShopManager.ShopRedCheck)
|
||||||
RPData:AddCheckFunc(RedPointType.Shop_Secret_Check, ShopManager.ShopRedCheck)
|
RPData:AddCheckFunc(RedPointType.Shop_Secret_Check, ShopManager.ShopRedCheck)
|
||||||
RPData:AddCheckFunc(RedPointType.Shop_Arena_Check, ShopManager.ShopRedCheck)
|
RPData:AddCheckFunc(RedPointType.Shop_Arena_Check, ShopManager.ShopRedCheck)
|
||||||
|
|
|
||||||
|
|
@ -1054,7 +1054,7 @@ function this.CheckShopRedpot(shopType)
|
||||||
CheckRedPointStatus(RedPointType.Guild_Shop)
|
CheckRedPointStatus(RedPointType.Guild_Shop)
|
||||||
elseif shopType == SHOP_TYPE.ARENA_SHOP then
|
elseif shopType == SHOP_TYPE.ARENA_SHOP then
|
||||||
CheckRedPointStatus(RedPointType.Shop_Arena_Check)
|
CheckRedPointStatus(RedPointType.Shop_Arena_Check)
|
||||||
CheckRedPointStatus(RedPointType.Arena_Shop)
|
-- CheckRedPointStatus(RedPointType.Arena_Shop)
|
||||||
elseif shopType == SHOP_TYPE.ROAM_SHOP then
|
elseif shopType == SHOP_TYPE.ROAM_SHOP then
|
||||||
CheckRedPointStatus(RedPointType.Shop_Roam_Check)
|
CheckRedPointStatus(RedPointType.Shop_Roam_Check)
|
||||||
elseif shopType == SHOP_TYPE.SECRET_BOX_SHOP then
|
elseif shopType == SHOP_TYPE.SECRET_BOX_SHOP then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue