@@ -31,7 +31,7 @@ class _BuildListPageState extends State<BuildListPage> with AutomaticKeepAliveCl
...
@@ -31,7 +31,7 @@ class _BuildListPageState extends State<BuildListPage> with AutomaticKeepAliveCl
returnGestureDetector(
returnGestureDetector(
// TODO:跳转阅读页对应位置
// TODO:跳转阅读页对应位置
onTap:()async{
onTap:()async{
// final result = await context.pushNamed(Routes.web,queryParameters: {'book_id': controller.bookDetails.bookId.toString(),'chapter_id': controller.bookDetails.chapterId.toString(),'chapter_name':controller.bookDetails.chapterName.toString()},extra: controller.bookDetails);
@@ -44,8 +44,8 @@ class _BuildListPageState extends State<BuildListPage> with AutomaticKeepAliveCl
...
@@ -44,8 +44,8 @@ class _BuildListPageState extends State<BuildListPage> with AutomaticKeepAliveCl
elseif(model.types==2){
elseif(model.types==2){
returnGestureDetector(
returnGestureDetector(
// TODO:跳转阅读页对应位置
// TODO:跳转阅读页对应位置
onTap:(){
onTap:()async{
// final result = await context.pushNamed(Routes.web,queryParameters: {'book_id': controller.bookDetails.bookId.toString(),'chapter_id': controller.bookDetails.chapterId.toString(),'chapter_name':controller.bookDetails.chapterName.toString()},extra: controller.bookDetails);