fix: 评论重复加载

This commit is contained in:
guozhigq
2024-11-01 09:17:57 +08:00
parent dd1bc66c57
commit 4fd49befbb
4 changed files with 30 additions and 23 deletions

View File

@ -137,7 +137,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
super.build(context);
return RefreshIndicator(
onRefresh: () async {
return await _videoReplyController.queryReplyList(type: 'init');
return await _videoReplyController.onRefresh();
},
child: Stack(
children: [