diff --git a/lib/pages/dynamics/widgets/author_panel.dart b/lib/pages/dynamics/widgets/author_panel.dart index baca3b22..d412ed62 100644 --- a/lib/pages/dynamics/widgets/author_panel.dart +++ b/lib/pages/dynamics/widgets/author_panel.dart @@ -38,7 +38,8 @@ class AuthorPanel extends StatelessWidget { GestureDetector( onTap: () { // 番剧 - if (item.modules.moduleAuthor.type == 'AUTHOR_TYPE_PGC') { + if (item.modules.moduleAuthor.type == 'AUTHOR_TYPE_PGC' || + item.modules.moduleAuthor.type == 'AUTHOR_TYPE_UGC_SEASON') { return; } feedBack();