Commit b5185d3be8be6996bb4d12c463377d988993fa40

Authored by zhouhaihai
1 parent 0e3ab88d

bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -48,7 +48,7 @@ function Adv:initByInfo(advInfo) @@ -48,7 +48,7 @@ function Adv:initByInfo(advInfo)
48 end 48 end
49 -- 找出level 是否存在中继层 49 -- 找出level 是否存在中继层
50 function Adv:isHaveRelay(level, chapterId) 50 function Adv:isHaveRelay(level, chapterId)
51 - level = chapterId or self.level 51 + level = level or self.level
52 chapterId = chapterId or self.chapterId 52 chapterId = chapterId or self.chapterId
53 if level == 1 then return end 53 if level == 1 then return end
54 54