提交 9bfd0e61 authored 作者: yueweilu's avatar yueweilu

修复下一节显示名称问题

上级 ffee2aa6
......@@ -766,7 +766,7 @@ class ReadController extends FullLifeCycleController with GetSingleTickerProvide
data['next_chapter'] = '';
}
else{
String nextName = getChapterName(upId);
String nextName = getChapterName(nextId);
nextChapter['name'] = nextName;
nextChapter['id'] = int.parse(nextId);
Console.log('nextChapter--------------------------------$nextChapter');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论