GPS
Showing
1 changed file
with
6 additions
and
5 deletions
| ... | @@ -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 | layer.open({ | ||
| 306 | content: 1, | ||
| 307 | time: 5 | ||
| 308 | }) | ||
| 309 | return | ||
| 305 | appClient.getGPS('', function (data, cb) { | 310 | appClient.getGPS('', function (data, cb) { |
| 306 | layer.open({ | 311 | |
| 307 | content: 1, | ||
| 308 | time: 5 | ||
| 309 | }) | ||
| 310 | return | ||
| 311 | var latitude = '' | 312 | var latitude = '' |
| 312 | var longitude = '' | 313 | var longitude = '' |
| 313 | 314 | ... | ... |
-
Please register or sign in to post a comment