【降妖夺宝】在活动页面,进入珍奇宝阁购买野球拳,足够10连抽时,10连按钮依然显示妖晶抽取

dev_chengFeng
ZhangBiao 2021-12-24 14:47:39 +08:00
parent fea92ffabc
commit 80b6315905
2 changed files with 3 additions and 2 deletions

View File

@ -400,12 +400,12 @@ end
--添加事件监听(用于子类重写)
function XiangYaoDuoBao:AddListener()
Game.GlobalEvent:AddEvent(GameEvent.UI.OnUpdateData,self.Refresh,self)
end
--移除事件监听(用于子类重写)
function XiangYaoDuoBao:RemoveListener()
Game.GlobalEvent:RemoveEvent(GameEvent.UI.OnUpdateData,self.Refresh,self)
end
return XiangYaoDuoBao

View File

@ -564,6 +564,7 @@ function RewardItemPopup:OnClose()
end
self:RedCheckFuns()
Game.GlobalEvent:DispatchEvent(GameEvent.UI.OnUpdateData)
end
--一些等到物品后的红点检测