Skip to content

Commit 74d7910

Browse files
committed
webview模式的选项卡子页面切换时,不需要动画
1 parent 5ee698c commit 74d7910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello-mui/examples/tab-webview-main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1 id="title" class="mui-title">首页</h1>
7272
//更换标题
7373
title.innerHTML = this.querySelector('.mui-tab-label').innerHTML;
7474
//显示目标选项卡
75-
plus.webview.show(targetTab, 'slide-in-right', 200);
75+
plus.webview.show(targetTab);
7676
//隐藏当前;
7777
plus.webview.hide(activeTab);
7878
//更改当前活跃的选项卡

0 commit comments

Comments
 (0)