宝囊红点
parent
0a5212d265
commit
3ab971eaea
|
@ -121,6 +121,7 @@ function BagResolveAnCompoundPanel:BindEvent()
|
|||
PopupTipPanel.ShowTip(Language[10200])
|
||||
end
|
||||
elseif itemData.itemConfig.ItemType==ItemType.Box then--宝箱
|
||||
LogPink("这里?")
|
||||
if compoundNum>0 then
|
||||
local item={}
|
||||
local itemList = {}
|
||||
|
|
|
@ -158,6 +158,7 @@ function this.InitRedPointAllRelate()
|
|||
RPData:SetParent(RedPointType.GiftPage, RedPointType.Operating)
|
||||
RPData:SetParent(RedPointType.MonthCard, RedPointType.Operating)
|
||||
RPData:SetParent(RedPointType.TimeLimited, RedPointType.Operating)
|
||||
RPData:SetParent(RedPointType.QianKunBox, RedPointType.Operating)
|
||||
|
||||
--开服有礼红点
|
||||
--RPData:SetParent(RedPointType.CourtesyDress_Online, RedPointType.CourtesyDress)
|
||||
|
@ -385,6 +386,7 @@ function this.RegisterRedCheckFunc()
|
|||
RPData:AddCheckFunc(RedPointType.Expedition_Treasure,TreasureOfHeavenManger.RedPoint)
|
||||
--限时招募
|
||||
RPData:AddCheckFunc(RedPointType.TimeLimited,OperatingManager.GetTimeLimitRedPointStatus)
|
||||
RPData:AddCheckFunc(RedPointType.QianKunBox,OperatingManager.GetTimeLimitRedPointStatus)
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue