From 3d7583d376f6b7cd821e78b05f9e9e96110cd1f0 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sun, 12 Jan 2025 09:39:54 +0800 Subject: [PATCH] fix: #141 Signed-off-by: bggRGjQaUbCoE --- .../video/detail/introduction/controller.dart | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/lib/pages/video/detail/introduction/controller.dart b/lib/pages/video/detail/introduction/controller.dart index a96f11689..51b58cd41 100644 --- a/lib/pages/video/detail/introduction/controller.dart +++ b/lib/pages/video/detail/introduction/controller.dart @@ -780,14 +780,20 @@ class VideoIntroController extends GetxController (relatedCtr.loadingState.value as Success).response[0]; try { if (videoItem.cid != null) { - Get.offNamed( - '/video?bvid=${videoItem.bvid}&cid=${videoItem.cid}', - arguments: { - 'videoItem': videoItem, - 'heroTag': heroTag, - }, + // Get.offNamed( + // '/video?bvid=${videoItem.bvid}&cid=${videoItem.cid}', + // arguments: { + // 'videoItem': videoItem, + // 'heroTag': heroTag, + // }, + // ); + changeSeasonOrbangu( + null, + videoItem.bvid, + videoItem.cid, + videoItem.aid, + videoItem.pic, ); - // changeSeasonOrbangu(videoItem.bvid, videoItem.cid, videoItem.aid); } else { SearchHttp.ab2c(aid: videoItem.aid, bvid: videoItem.bvid).then( (cid) => Get.offNamed(