a62b1f1a by ex

GPS

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