Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
2a9b8c706e
|
@ -400,12 +400,12 @@ end
|
||||||
|
|
||||||
--添加事件监听(用于子类重写)
|
--添加事件监听(用于子类重写)
|
||||||
function XiangYaoDuoBao:AddListener()
|
function XiangYaoDuoBao:AddListener()
|
||||||
|
Game.GlobalEvent:AddEvent(GameEvent.UI.OnUpdateData,self.Refresh,self)
|
||||||
end
|
end
|
||||||
|
|
||||||
--移除事件监听(用于子类重写)
|
--移除事件监听(用于子类重写)
|
||||||
function XiangYaoDuoBao:RemoveListener()
|
function XiangYaoDuoBao:RemoveListener()
|
||||||
|
Game.GlobalEvent:RemoveEvent(GameEvent.UI.OnUpdateData,self.Refresh,self)
|
||||||
end
|
end
|
||||||
|
|
||||||
return XiangYaoDuoBao
|
return XiangYaoDuoBao
|
|
@ -564,6 +564,7 @@ function RewardItemPopup:OnClose()
|
||||||
end
|
end
|
||||||
|
|
||||||
self:RedCheckFuns()
|
self:RedCheckFuns()
|
||||||
|
Game.GlobalEvent:DispatchEvent(GameEvent.UI.OnUpdateData)
|
||||||
end
|
end
|
||||||
|
|
||||||
--一些等到物品后的红点检测
|
--一些等到物品后的红点检测
|
||||||
|
|
Loading…
Reference in New Issue