【山河社稷图】提交
parent
8f2398c932
commit
8a7ce09aa9
|
@ -366,11 +366,13 @@ function this.LeftOrRightBtnClickEvent(index)
|
|||
if index and index == 1 and canLeft then--左
|
||||
chapterId = upChapterId
|
||||
chapterData = upChapterData
|
||||
FightLevelManager.curSelect = FightLevelManager.curSelect - 1
|
||||
this.OnShowPanel()
|
||||
this.LeftOrRightBtnClickEvent()
|
||||
elseif index and index == 2 and canRight then--右
|
||||
chapterId = downChapterId
|
||||
chapterData = downChapterData
|
||||
FightLevelManager.curSelect = FightLevelManager.curSelect + 1
|
||||
this.OnShowPanel()
|
||||
this.LeftOrRightBtnClickEvent()
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue