mod: 还原aid

This commit is contained in:
guozhigq
2024-01-31 22:33:04 +08:00
parent 699361e04c
commit 9e93b50860
10 changed files with 16 additions and 18 deletions

View File

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