6b090fc4 by ex

GPS

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