From 6689c03634537e923df8b99935981f2c2e6b2011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 4 Jan 2024 17:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 3 --- pages/register/register.vue | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) 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) {