feat: 稍后再看

This commit is contained in:
guozhigq
2023-05-23 11:18:23 +08:00
parent 51c4a082ac
commit bbba3083bc
9 changed files with 132 additions and 5 deletions

View File

@ -80,7 +80,7 @@ class HotVideoItemModel {
pubLocation = json["pub_location"];
seasontype = json["seasontype"];
isOgv = json["isOgv"];
rcmdReason = json['rcmd_reason'] != ''
rcmdReason = json['rcmd_reason'] != '' && json['rcmd_reason'] != null
? RcmdReason.fromJson(json['rcmd_reason'])
: null;
}