|
@@ -285,6 +285,9 @@ open class PQVideoListModel: PQBaseModel, BFVideoItemProtocol {
|
|
|
user = jsonDict["user"] as? [String: Any]
|
|
|
userInfo = PQUserInfoModel(jsonDict: user!)
|
|
|
}
|
|
|
+ if jsonDict.keys.contains("topicInfo") {
|
|
|
+ topicInfo = jsonDict["topicInfo"] as? [String: Any]
|
|
|
+ }
|
|
|
if jsonDict.keys.contains("shareCountFriend") {
|
|
|
shareCountFriend = Int("\(jsonDict["shareCountFriend"] ?? "0")") ?? 0
|
|
|
}
|