3588aad5 by ex

h5 2

1 parent 4a646035
......@@ -105,7 +105,12 @@ if(isAndroid || isiOS) {
content: bridge,
time: 2
})
appClient = new AppClient(bridge, isAndroid);
if(isAndroid) {
}
if (isiOS) {
appClient = new AppClient(bridge, isAndroid);
}
// 此处可以调用一些init的方法
});
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!