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

fix: ad 组件某些情况下error回调中没有错误信息

上级 05d5bf58
......@@ -167,7 +167,7 @@ export default {
getAdData(adpid || this.adpid, this.position.width, (data) => {
this._fillData(data)
}, (err) => {
this.$trigger('error', err)
this.$trigger('error', {}, err)
})
},
_fillData (data) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册