diff --git a/src/platforms/h5/view/components/ad/index.vue b/src/platforms/h5/view/components/ad/index.vue index 00a6dddaf1a0d28282c40d98fe8d7b81ed9471d6..0c0ac5b6163ff9344e25c8c6618950db53f970de 100644 --- a/src/platforms/h5/view/components/ad/index.vue +++ b/src/platforms/h5/view/components/ad/index.vue @@ -332,8 +332,8 @@ export default { } }, mounted () { + this._p = {} this._pl = [] - this._pd = {} this._pi = 0 this._checkTimer = null this._checkTimerCount = 0 @@ -342,7 +342,7 @@ export default { AdReport.instance.get({ h: __uniConfig.compilerVersion, a: this.adpid, - at: 30, + at: -3, ic: AdConfig.IC, is: AdConfig.IS }) @@ -356,8 +356,8 @@ export default { this._report(41) }, _reset () { + this._p = {} this._pl = [] - this._pd = {} this._pi = 0 this._clearCheckTimer() this.$refs.container.innerHTML = ''