定位问题
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment