Explorar o código

1.自动播放下一个

wenweiwei %!s(int64=3) %!d(string=hai) anos
pai
achega
ad3710aa1c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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]) {