【山河社稷图】提交

dev_chengFeng
ZhangBiao 2021-11-02 17:45:18 +08:00
parent 8f2398c932
commit 8a7ce09aa9
1 changed files with 2 additions and 0 deletions

View File

@ -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