【降妖夺宝】在活动页面,进入珍奇宝阁购买野球拳,足够10连抽时,10连按钮依然显示妖晶抽取
parent
fea92ffabc
commit
80b6315905
|
@ -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
|
|
@ -564,6 +564,7 @@ function RewardItemPopup:OnClose()
|
|||
end
|
||||
|
||||
self:RedCheckFuns()
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.UI.OnUpdateData)
|
||||
end
|
||||
|
||||
--一些等到物品后的红点检测
|
||||
|
|
Loading…
Reference in New Issue