e5744b40 by ex

GPS数据

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