4c1e612c by ex

GPS

1 parent 3430d388
......@@ -303,6 +303,10 @@ angular.module('myApp')
},1000)
} else {
appClient.getGPS('', function (data, cb) {
layer.open({
content: JSON.stringify(data),
time: 5
})
var latitude = ''
var longitude = ''
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!