【章节剧情】点击跳过没有返回挂机界面

dev_chengFeng
zhangqiang 2021-06-11 10:58:51 +08:00
parent ed4472a298
commit a9ce0d077e
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ function StoryDialoguePanel:BindEvent()
Util.AddClick(this.btnJump, function ()
if jumpId == 0 then
self:ClosePanel()
if static_callBack then
static_callBack()
static_callBack = nil
end
else
self:GoNext(jumpId)
end