fcdfa323 by ex

定位问题

1 parent 5a367dde
......@@ -91,8 +91,8 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
var arr = result[1].split(',')
latitude = arr[0].split('=')[1]
longitude = arr[1].split('=')[1]
latitude = toNonExponential(latitude)
longitude = toNonExponential(longitude)
// latitude = toNonExponential(latitude)
// longitude = toNonExponential(longitude)
} catch (e) {
layer.open({
content: e
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!