【山河社稷图】数据修改
parent
cfc4e57482
commit
4ca111da25
|
@ -104,7 +104,9 @@ function this.GetChapterLevelData(allChapterId,levelId)
|
|||
end
|
||||
end
|
||||
function this.SetCurChapterId(ChapterId)
|
||||
curChapterId = ChapterId
|
||||
if curChapterId < ChapterId then
|
||||
curChapterId = ChapterId
|
||||
end
|
||||
end
|
||||
function this.GetCurChapterId()
|
||||
return curChapterId
|
||||
|
@ -117,7 +119,9 @@ function this.GetisShowChapterOpenPopup()
|
|||
return isShowChapterOpenPopup
|
||||
end
|
||||
function this.SetCurChapterLevelId(ChapterLevelId)
|
||||
curChapterLevelId = ChapterLevelId
|
||||
if curChapterLevelId < ChapterLevelId then
|
||||
curChapterLevelId = ChapterLevelId
|
||||
end
|
||||
end
|
||||
function this.GetCurChapterLevelId()
|
||||
return curChapterLevelId
|
||||
|
|
Loading…
Reference in New Issue