Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-12 09:39:54 +08:00
parent e645274609
commit 3d7583d376

View File

@@ -780,14 +780,20 @@ class VideoIntroController extends GetxController
(relatedCtr.loadingState.value as Success).response[0]; (relatedCtr.loadingState.value as Success).response[0];
try { try {
if (videoItem.cid != null) { if (videoItem.cid != null) {
Get.offNamed( // Get.offNamed(
'/video?bvid=${videoItem.bvid}&cid=${videoItem.cid}', // '/video?bvid=${videoItem.bvid}&cid=${videoItem.cid}',
arguments: { // arguments: {
'videoItem': videoItem, // 'videoItem': videoItem,
'heroTag': heroTag, // 'heroTag': heroTag,
}, // },
// );
changeSeasonOrbangu(
null,
videoItem.bvid,
videoItem.cid,
videoItem.aid,
videoItem.pic,
); );
// changeSeasonOrbangu(videoItem.bvid, videoItem.cid, videoItem.aid);
} else { } else {
SearchHttp.ab2c(aid: videoItem.aid, bvid: videoItem.bvid).then( SearchHttp.ab2c(aid: videoItem.aid, bvid: videoItem.bvid).then(
(cid) => Get.offNamed( (cid) => Get.offNamed(