4a646035 by ex

h5 2

1 parent bf8c0cab
...@@ -101,6 +101,10 @@ if(isAndroid || isiOS) { ...@@ -101,6 +101,10 @@ if(isAndroid || isiOS) {
101 setTimeout(function() { document.documentElement.removeChild(WVJBIframe) }, 0) 101 setTimeout(function() { document.documentElement.removeChild(WVJBIframe) }, 0)
102 } 102 }
103 setupWebViewJavascriptBridge(function(bridge) { 103 setupWebViewJavascriptBridge(function(bridge) {
104 layer.open({
105 content: bridge,
106 time: 2
107 })
104 appClient = new AppClient(bridge, isAndroid); 108 appClient = new AppClient(bridge, isAndroid);
105 // 此处可以调用一些init的方法 109 // 此处可以调用一些init的方法
106 }); 110 });
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!