4a646035 by ex

h5 2

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