4c1e612c by ex

GPS

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