64aa91c9 by ex

添加提示

1 parent c9211f2a
......@@ -289,9 +289,7 @@ angular.module('myApp')
// enableHighAccuracy:true,
// maximumAge:1000
// }
layer.open({
content: '正在定位'
})
getlocation();
function getlocation() {
// wx.getLocation({
......@@ -308,7 +306,9 @@ angular.module('myApp')
} else {
appClient.getGPS('', function (latitude, longitude, cb) {
layer.open({
content: '正在定位'
})
onSuccess({
latitude: latitude,
longitude: longitude
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!