3588aad5 by ex

h5 2

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