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: typeof position, | 378 | content: Object.keys(position), |
| 379 | time: 5 | 379 | time: 5 |
| 380 | }) | 380 | }) |
| 381 | // layer.open({ | 381 | // layer.open({ | ... | ... |
-
Please register or sign in to post a comment