8b1c99c4 by ex

gps

1 parent 0a434cf0
...@@ -95,7 +95,7 @@ AppClient.prototype.getGPS = function (callbackName, callback, jsonStr) { ...@@ -95,7 +95,7 @@ AppClient.prototype.getGPS = function (callbackName, callback, jsonStr) {
95 // time: 10 95 // time: 10
96 // }); 96 // });
97 // } 97 // }
98 98 var appClient = null;
99 if(window.android) { 99 if(window.android) {
100 appClient = new AppClient(window.android, true); 100 appClient = new AppClient(window.android, true);
101 // 此处可以调用一些init的方法 101 // 此处可以调用一些init的方法
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!