a22b537c by ex

弹框提示

1 parent a19c91c2
......@@ -91,17 +91,22 @@ var appClient = new AppClient(window.android, true);
// content: window.android,
// time: 2
// })
layer.open({
content: JSON.stringify(window) ,
time: 2
})
if(isAndroid) {
layer.open({
content: 'Android' ,
time: 2
})
appClient = new AppClient(window.android, true);
// 此处可以调用一些init的方法
} else if(isiOS) {
layer.open({
content: 'IOS' ,
time: 2
})
function setupWebViewJavascriptBridge(callback) {
if (window.WebViewJavascriptBridge) { return callback(WebViewJavascriptBridge); }
if (window.WVJBCallbacks) { return window.WVJBCallbacks.push(callback); }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!