mod: @用户渲染、jumpUrl渲染

This commit is contained in:
guozhigq
2023-04-27 13:54:55 +08:00
parent 0ec926839c
commit 0aba791e2c
3 changed files with 80 additions and 109 deletions

View File

@ -13,6 +13,6 @@ class ReplyUpper {
mid = json['mid'];
top = json['top'] != null
? ReplyItemModel.fromJson(json['top'], json['mid'])
: ReplyItemModel();
: null;
}
}