From 42b554e2e358b634f89c99134a1c9b73430f4d47 Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 19 May 2022 18:33:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ad=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=AE=9A=E6=97=B6=E5=99=A83s=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E7=8F=8A=E7=91=9A=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84load?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-cli-shared/components/ad.mixin.mp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uni-cli-shared/components/ad.mixin.mp.js b/packages/uni-cli-shared/components/ad.mixin.mp.js index ea507591d..f250d01cd 100644 --- a/packages/uni-cli-shared/components/ad.mixin.mp.js +++ b/packages/uni-cli-shared/components/ad.mixin.mp.js @@ -51,7 +51,7 @@ export default { this._startLoading() setTimeout(() => { - this.loading = false + this._onmpload() }, 3000) }, -- GitLab