mod: @用户渲染、jumpUrl渲染
This commit is contained in:
@ -20,7 +20,7 @@ class ReplyContent {
|
||||
atNameToMid = json['at_name_to_mid'] ?? {};
|
||||
memebers = json['memebers'] ?? [];
|
||||
emote = json['emote'] ?? {};
|
||||
jumpUrl = json['jumpUrl'] ?? {};
|
||||
jumpUrl = json['jump_url'] ?? {};
|
||||
pictures = json['pictures'] ?? [];
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,6 @@ class ReplyUpper {
|
||||
mid = json['mid'];
|
||||
top = json['top'] != null
|
||||
? ReplyItemModel.fromJson(json['top'], json['mid'])
|
||||
: ReplyItemModel();
|
||||
: null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user