parent
2a123b7655
commit
03785ba001
|
@ -215,7 +215,7 @@ function this.SingleChapterDataShow(go, data,index)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if not isTimeOpen then
|
if not isTimeOpen then
|
||||||
PopupTipPanel.ShowTip(string.format("开服%s天后解锁!",data.config.OpenTime))
|
PopupTipPanel.ShowTip(string.format("开服第%s天解锁!",data.config.OpenTime+1))
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if curChapterId >= data.chapterId then
|
if curChapterId >= data.chapterId then
|
||||||
|
|
Loading…
Reference in New Issue