GPS数据
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -318,7 +318,7 @@ angular.module('myApp') | ... | @@ -318,7 +318,7 @@ angular.module('myApp') |
| 318 | // content: JSON.stringify(obj), | 318 | // content: JSON.stringify(obj), |
| 319 | // time: 5 | 319 | // time: 5 |
| 320 | // }) | 320 | // }) |
| 321 | onSuccess(obj) | 321 | onSuccess(JSON.parse(JSON.stringify(obj))) |
| 322 | // onSuccess({ | 322 | // onSuccess({ |
| 323 | // latitude: obj.latitude, | 323 | // latitude: obj.latitude, |
| 324 | // longitude: obj.longitude | 324 | // longitude: obj.longitude | ... | ... |
-
Please register or sign in to post a comment