产看window 对象
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment