d489fa48 by ex

产看window 对象

1 parent 9ced9907
...@@ -83,10 +83,10 @@ AppClient.prototype.getGPS = function (callbackName, callback, jsonStr) { ...@@ -83,10 +83,10 @@ AppClient.prototype.getGPS = function (callbackName, callback, jsonStr) {
83 // }); 83 // });
84 // } 84 // }
85 var appClient = new AppClient(window.android, true); 85 var appClient = new AppClient(window.android, true);
86 layer.open({ 86 // layer.open({
87 content: window.android, 87 // content: window.android,
88 time: 2 88 // time: 2
89 }) 89 // })
90 layer.open({ 90 layer.open({
91 content: JSON.stringify(window) , 91 content: JSON.stringify(window) ,
92 time: 2 92 time: 2
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!