This commit is contained in:
guozhigq
2024-01-30 23:11:54 +08:00
parent 76d5f6333e
commit 699361e04c
10 changed files with 18 additions and 16 deletions

View File

@ -266,7 +266,7 @@ class BangumiIntroController extends GetxController {
/// 未渲染回复组件时可能异常
VideoReplyController videoReplyCtr =
Get.find<VideoReplyController>(tag: Get.arguments['heroTag']);
videoReplyCtr.aid = aid;
videoReplyCtr.oid = bvid;
videoReplyCtr.queryReplyList(type: 'init');
} catch (_) {}
}