【剧情】战斗剧情结束回调事件

dev_chengFeng
gaoxin 2021-12-13 15:27:45 +08:00
parent 5f926ebbce
commit ceb5f6232e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function this.EventTrigger(eventId, callBack)
bg = FakeBattleNew[options[1]].BgName bg = FakeBattleNew[options[1]].BgName
} }
local panel = UIManager.OpenPanel(UIName.GuideBattlePanel, testFightData, function() local panel = UIManager.OpenPanel(UIName.GuideBattlePanel, testFightData, function()
StoryManager.StoryJumpType(options[3]) StoryManager.StoryJumpType(options[3], nil, callBack)
end, options[2]) end, options[2])