e5744b40 by ex

GPS数据

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