From d2280b2e87c62f3945bffc1ee3a62d470f3eef0a Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 17 Jun 2021 20:52:18 +0800 Subject: [PATCH] =?UTF-8?q?update:=20h5=20ad=E7=BB=84=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E7=BB=9F=E8=AE=A1=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/h5/view/components/ad/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/platforms/h5/view/components/ad/index.vue b/src/platforms/h5/view/components/ad/index.vue index 00a6dddaf..0c0ac5b61 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 = '' -- GitLab