zhibo
parent
e8bbfcad87
commit
786c13c8d6
|
@ -715,6 +715,16 @@ function this.RefreshTriggerListen(id, openType, openArgs)
|
|||
end
|
||||
end
|
||||
Game.GlobalEvent:AddEvent(GameEvent.UI.OnOpen, trigger)
|
||||
elseif openType == 37 then
|
||||
--进入单抽界面
|
||||
local trigger
|
||||
trigger = function(panelType, panel)
|
||||
if panelType == UIName.TenRecruitPanel then
|
||||
Game.GlobalEvent:RemoveEvent(GameEvent.UI.OnOpen, trigger)
|
||||
this.ShowGuide(id)
|
||||
end
|
||||
end
|
||||
Game.GlobalEvent:AddEvent(GameEvent.UI.OnOpen, trigger)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue