diff --git a/lib/pages/video/detail/reply/widgets/reply_item.dart b/lib/pages/video/detail/reply/widgets/reply_item.dart index 57c781b83..e4d38b717 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item.dart @@ -727,7 +727,7 @@ InlineSpan buildContent( Get.toNamed('/htmlRender', parameters: { 'url': 'https://www.bilibili.com/read/$matchStr', 'title': title, - 'id': matchStr.substring(2), + 'id': matchStr, 'dynamicType': 'read' }); } else {