fix: 评论渲染异常、评论总数

This commit is contained in:
guozhigq
2023-08-25 21:16:16 +08:00
parent aa7419f352
commit 6083578f93
3 changed files with 7 additions and 4 deletions

View File

@ -160,9 +160,9 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
scale: animation, child: child);
},
child: Text(
_videoReplyController.sortTypeTitle.value,
key: ValueKey<String>(
_videoReplyController.sortTypeTitle.value),
'${_videoReplyController.count.value}条回复',
key: ValueKey<int>(
_videoReplyController.count.value),
),
),
),