mod: 网页专栏回复评论后添加在顶部

This commit is contained in:
orz12
2024-02-26 14:05:50 +08:00
parent 34925ae92f
commit 7c3b72c8cd

View File

@@ -386,7 +386,7 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
// 完成评论,数据添加
if (value != null && value['data'] != null)
{
_htmlRenderCtr.replyList.add(value['data']),
_htmlRenderCtr.replyList.insert(0, value['data']),
_htmlRenderCtr.acount.value++
}
},