|
@@ -250,7 +250,8 @@ open class PQVideoListModel: BFBaseModel, BFVideoItemProtocol {
|
|
|
public var categoryImage: String?
|
|
|
// 话题信息
|
|
|
public var topicData: [String: Any]?
|
|
|
-
|
|
|
+ // 是否上报过
|
|
|
+ public var isViewExposureReport: Bool = false
|
|
|
override public init(jsonDict: [String: Any]) {
|
|
|
super.init(jsonDict: jsonDict)
|
|
|
if jsonDict.keys.contains("id") {
|