5f4529cb by unknown

提示运行环境

1 parent e3be94eb
......@@ -90,10 +90,10 @@ if(isAndroid || isiOS) {
setupWebViewJavascriptBridge(function(bridge) {
if(isAndroid) {
appClient = new AppClient(window.WebViewJavascriptBridge, true);
layer.open({
content: JSON.stringify(appClient),
time: 2
})
// layer.open({
// content: JSON.stringify(appClient),
// time: 2
// })
bridge.init(function (message, responseCallback) {
responseCallback({'Javascript Responds': 'Wee!'})
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!