0d6748d4 by ex

查看Android的GPS

1 parent dd743a00
......@@ -95,7 +95,7 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
layer.open({
content: latitude
})
callback(toNonExponential(latitude), toNonExponential(longitude), responseCallback)
callback(latitude, longitude, responseCallback)
}
window.WebViewJavascriptBridge.callHandler('getGPS', jsonStr, function (data, responseCallback) {
cb(data, responseCallback)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!