df2f1824 by ex

GPS数据

1 parent fecf8842
......@@ -374,7 +374,10 @@ angular.module('myApp')
function onSuccess(position){
layer.open(position)
layer.open({
content: position,
time: 5
})
var longitude = position.longitude;
var latitude = position.latitude;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!