diff --git a/manifest.json b/manifest.json index 7704103..eecaccc 100644 --- a/manifest.json +++ b/manifest.json @@ -58,9 +58,6 @@ "es6" : true }, "usingComponents" : true, - "optimization" : { - "subPackages" : true - }, // app.json "permission" : { "scope.userLocation" : { diff --git a/pages/register/register.vue b/pages/register/register.vue index 295ad84..559a51a 100644 --- a/pages/register/register.vue +++ b/pages/register/register.vue @@ -72,7 +72,7 @@ --> 所在位置 - + 请选择所在位置 {{query.locationName}} @@ -502,7 +502,7 @@ this.query.birthDate = e.year + '-' + e.month + '-' + e.day }, //获取所在位置 - getAddress() { + getlocation() { var that = this; uni.chooseLocation({ success: function(location) {