|
@@ -250,6 +250,8 @@ open class PQVideoListModel: BFBaseModel, BFVideoItemProtocol {
|
|
|
public var categoryImage: String?
|
|
|
// 话题信息
|
|
|
public var topicData: [String: Any]?
|
|
|
+ // 垂直方向是否自动播放下一个
|
|
|
+ public var isVerticalAutoPlayNext: Bool = false
|
|
|
// 是否上报过
|
|
|
public var isViewExposureReport: Bool = false
|
|
|
override public init(jsonDict: [String: Any]) {
|