From 74d7910ca710a71f66d5d36e5ff601f64607f27f Mon Sep 17 00:00:00 2001 From: hbcui1984 Date: Tue, 5 May 2015 21:55:19 +0800 Subject: [PATCH] =?UTF-8?q?webview=E6=A8=A1=E5=BC=8F=E7=9A=84=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=8D=A1=E5=AD=90=E9=A1=B5=E9=9D=A2=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-mui/examples/tab-webview-main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-mui/examples/tab-webview-main.html b/examples/hello-mui/examples/tab-webview-main.html index 59e88628..f74394ee 100644 --- a/examples/hello-mui/examples/tab-webview-main.html +++ b/examples/hello-mui/examples/tab-webview-main.html @@ -72,7 +72,7 @@

首页

//更换标题 title.innerHTML = this.querySelector('.mui-tab-label').innerHTML; //显示目标选项卡 - plus.webview.show(targetTab, 'slide-in-right', 200); + plus.webview.show(targetTab); //隐藏当前; plus.webview.hide(activeTab); //更改当前活跃的选项卡