From 52857c4022b48e7b1d2233a766fbb45793b2168e Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 7 Sep 2022 10:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMyGrid/AppMyGrid.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/AppMyGrid/AppMyGrid.vue b/src/apps/AppMyGrid/AppMyGrid.vue index 30fc64c3..cb795744 100644 --- a/src/apps/AppMyGrid/AppMyGrid.vue +++ b/src/apps/AppMyGrid/AppMyGrid.vue @@ -73,9 +73,8 @@ export default { if (res?.code == 0) { this.linkTo("./signResult?id=" + res?.data.id) } - }) + }).catch(err => this.$u.toast(err)) } else this.$u.toast("无法获取到定位!") - } }) }