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

fix(ad-api): 所有广告API无法使用的问题

上级 fd4f8c64
......@@ -45,6 +45,9 @@ class AdEventHandler {
if (typeof callback !== 'function') {
return
}
if (!this._callbacks[type]) {
this._callbacks[type] = []
}
this._callbacks[type].push(callback)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册