fix: 评论区加载超时导致视图崩溃 issues #389

This commit is contained in:
guozhigq
2024-01-27 22:42:04 +08:00
parent e972d17f1c
commit 22a2628513

View File

@ -256,7 +256,12 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
// 请求错误
return HttpError(
errMsg: data['msg'],
fn: () => setState(() {}),
fn: () {
setState(() {
_futureBuilderFuture =
_videoReplyController.queryReplyList();
});
},
);
}
} else {