fix: dyn comment type

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-04 23:40:05 +08:00
parent 21da122902
commit 4aaaffbcea
2 changed files with 5 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ class DynamicDetailController extends ReplyController {
// 根据jumpUrl获取动态html
reqHtmlByOpusId(int id) async {
var res = await HtmlHttp.reqHtml(id, 'opus');
type = res['commentType'];
oid = res['commentId'];
queryData();
}