a62b1f1a by ex

GPS

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