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

update: h5 ad组件上报统计参数

上级 3f644176
...@@ -332,8 +332,8 @@ export default { ...@@ -332,8 +332,8 @@ export default {
} }
}, },
mounted () { mounted () {
this._p = {}
this._pl = [] this._pl = []
this._pd = {}
this._pi = 0 this._pi = 0
this._checkTimer = null this._checkTimer = null
this._checkTimerCount = 0 this._checkTimerCount = 0
...@@ -342,7 +342,7 @@ export default { ...@@ -342,7 +342,7 @@ export default {
AdReport.instance.get({ AdReport.instance.get({
h: __uniConfig.compilerVersion, h: __uniConfig.compilerVersion,
a: this.adpid, a: this.adpid,
at: 30, at: -3,
ic: AdConfig.IC, ic: AdConfig.IC,
is: AdConfig.IS is: AdConfig.IS
}) })
...@@ -356,8 +356,8 @@ export default { ...@@ -356,8 +356,8 @@ export default {
this._report(41) this._report(41)
}, },
_reset () { _reset () {
this._p = {}
this._pl = [] this._pl = []
this._pd = {}
this._pi = 0 this._pi = 0
this._clearCheckTimer() this._clearCheckTimer()
this.$refs.container.innerHTML = '' this.$refs.container.innerHTML = ''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册