@@ -281,7 +281,7 @@ Component({
scope: 'scope.userLocation',
success() {
// 用户同意授权后再次获取位置
- that.getLocation();
+ that.getLocation(e);
},
fail() {
// 用户拒绝授权