fcdfa323 by ex

定位问题

1 parent 5a367dde
...@@ -91,8 +91,8 @@ AppClient.prototype.getGPS = function (jsonStr, callback) { ...@@ -91,8 +91,8 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
91 var arr = result[1].split(',') 91 var arr = result[1].split(',')
92 latitude = arr[0].split('=')[1] 92 latitude = arr[0].split('=')[1]
93 longitude = arr[1].split('=')[1] 93 longitude = arr[1].split('=')[1]
94 latitude = toNonExponential(latitude) 94 // latitude = toNonExponential(latitude)
95 longitude = toNonExponential(longitude) 95 // longitude = toNonExponential(longitude)
96 } catch (e) { 96 } catch (e) {
97 layer.open({ 97 layer.open({
98 content: e 98 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!