mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 网页专栏回复评论后添加在顶部
This commit is contained in:
@@ -386,7 +386,7 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
|
|||||||
// 完成评论,数据添加
|
// 完成评论,数据添加
|
||||||
if (value != null && value['data'] != null)
|
if (value != null && value['data'] != null)
|
||||||
{
|
{
|
||||||
_htmlRenderCtr.replyList.add(value['data']),
|
_htmlRenderCtr.replyList.insert(0, value['data']),
|
||||||
_htmlRenderCtr.acount.value++
|
_htmlRenderCtr.acount.value++
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user