From 7a9a187f86d8cea5eb45d99dc4714fc911244bfd Mon Sep 17 00:00:00 2001 From: smartper <773605961@qq.com> Date: Tue, 28 Jun 2022 06:38:27 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/web-view.md.=20var=20cu?= =?UTF-8?q?rrentWebview=20=3D=20this.$scope.page.$getAppWebview()=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=EF=BC=9Avar=20currentWebview=20=3D?= =?UTF-8?q?=20this.$scope.$getAppWebview()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/web-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/web-view.md b/docs/component/web-view.md index 046915e8c..cfb1ec443 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -348,7 +348,7 @@ export default { export default { onReady() { // #ifdef APP-PLUS - var currentWebview = this.$scope.page.$getAppWebview() //获取当前页面的webview对象 + var currentWebview = this.$scope.$getAppWebview() //获取当前页面的webview对象 setTimeout(function() { wv = currentWebview.children()[0] wv.setStyle({scalable:true}) -- Gitee