地理舍斯
地理舍斯
  • 发布:2015-09-15 17:16
  • 更新:2015-09-15 17:21
  • 阅读:1659

mui.js 缺少 afterShowMethodName调用

分类:MUI
mui
        } else { //新窗口  
            if (options.createNew !== true) {  
                webview = plus.webview.getWebviewById(id);  
                if (webview) { //如果已存在  
                    nShow = $.showOptions(options.show);  
                    webview.show(nShow.aniShow, nShow.duration, function() {  
                        triggerPreload(webview);  
                        trigger(webview, 'pagebeforeshow', false);  
                    });  
                    return webview;  
                }  
            }
2015-09-15 17:16 负责人:无 分享
已邀请:
DCloud_UNI_CHB

DCloud_UNI_CHB

这里自己在新页面监听pagebeforeshow就可以了。

  • 地理舍斯 (作者)

    是想页面传参显示的,这个算是mui的一个bug吧,下个版本修复吗

    2015-09-16 22:40

该问题目前已经被锁定, 无法添加新回复