提交 faf70b95 编写于 作者: d-u-a's avatar d-u-a

ad: 全屏视频,移除关闭后预载下一条数据

上级 a4e4108d
......@@ -20,7 +20,6 @@ class FullScreenVideoAd {
}
})
this._preload = options.preload !== undefined ? options.preload : true
this._isLoad = false
this._adError = ''
this._loadPromiseResolve = null
......@@ -39,9 +38,6 @@ class FullScreenVideoAd {
}
})
ad.onClose((e) => {
if (this._preload) {
this._loadAd()
}
this._dispatchEvent('close', { isEnded: e.isEnded })
})
ad.onError((e) => {
......@@ -59,9 +55,7 @@ class FullScreenVideoAd {
}
})
if (this._preload) {
this._loadAd()
}
this._loadAd()
}
get isExpired () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册