Explorar o código

1.新增视频属性

wenweiwei %!s(int64=3) %!d(string=hai) anos
pai
achega
5931722b80
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      BFFramework/Classes/PModels/PQVideoListModel.swift

+ 2 - 1
BFFramework/Classes/PModels/PQVideoListModel.swift

@@ -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") {