瀏覽代碼

1.自动播放下一个

wenweiwei 3 年之前
父節點
當前提交
ad3710aa1c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      BFFramework/Classes/PModels/PQVideoListModel.swift

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

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