35e987e2 by ex

GPS

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