opt: onReply, onDelete

This commit is contained in:
bggRGjQaUbCoE
2024-09-12 20:55:13 +08:00
parent 93e8e14795
commit 1542f87722
9 changed files with 149 additions and 306 deletions

View File

@@ -20,13 +20,16 @@ class DynamicDetailController extends ReplyController {
count.value = int.parse(item!.modules!.moduleStat!.comment!.count ?? '0');
}
queryData();
if (oid != 0) {
queryData();
}
}
// 根据jumpUrl获取动态html
reqHtmlByOpusId(int id) async {
var res = await HtmlHttp.reqHtml(id, 'opus');
oid = res['commentId'];
queryData();
}
@override