Merge branch 'fix-replyReqError'

This commit is contained in:
guozhigq
2024-01-30 23:15:22 +08:00
10 changed files with 18 additions and 16 deletions

View File

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