Merge branch 'fix-replyReqError'

This commit is contained in:
guozhigq
2024-01-31 22:44:14 +08:00
11 changed files with 56 additions and 57 deletions

View File

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