GPS数据
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -375,7 +375,7 @@ angular.module('myApp') | ... | @@ -375,7 +375,7 @@ angular.module('myApp') |
| 375 | 375 | ||
| 376 | function onSuccess(position){ | 376 | function onSuccess(position){ |
| 377 | layer.open({ | 377 | layer.open({ |
| 378 | content: position, | 378 | content: JSON.stringify(position)+',longitude:'+ position.longitude+',latitude:' + position.latitude, |
| 379 | time: 5 | 379 | time: 5 |
| 380 | }) | 380 | }) |
| 381 | 381 | ... | ... |
-
Please register or sign in to post a comment