From 767ccce27a3b79d10c0fd80094daff02f8636e5c Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 10 Sep 2019 17:55:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20uni.openLocation=20?= =?UTF-8?q?=E6=9C=AA=E4=BC=A0=E9=80=92=E5=8F=82=E6=95=B0=20name=20?= =?UTF-8?q?=E5=92=8C=20address=20=E6=97=B6=E6=98=BE=E7=A4=BA=E4=B8=BA=20un?= =?UTF-8?q?defined=20=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=88H5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../h5/components/system-routes/open-location/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/platforms/h5/components/system-routes/open-location/index.vue b/src/platforms/h5/components/system-routes/open-location/index.vue index b8c1903bc..2c8113e7f 100644 --- a/src/platforms/h5/components/system-routes/open-location/index.vue +++ b/src/platforms/h5/components/system-routes/open-location/index.vue @@ -33,9 +33,9 @@ export default { const { latitude, longitude, - scale, - name, - address + scale = 18, + name = '', + address = '' } = this.$route.query return { latitude, -- GitLab