d58952be by ex

GPS数据

1 parent cb412d7e
...@@ -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({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!