Commit 74d7910c authored by hbcui1984's avatar hbcui1984

webview模式的选项卡子页面切换时,不需要动画

parent 5ee698c8
......@@ -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);
//更改当前活跃的选项卡
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment