From ca01f2af6c55b90858f1246f04d695b16d5654ca Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 14 Sep 2022 09:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/huizhili/AppHome/components/AppMyGrid.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project/huizhili/AppHome/components/AppMyGrid.vue b/src/project/huizhili/AppHome/components/AppMyGrid.vue index 081a2ec5..1f8a95d6 100644 --- a/src/project/huizhili/AppHome/components/AppMyGrid.vue +++ b/src/project/huizhili/AppHome/components/AppMyGrid.vue @@ -89,6 +89,7 @@ export default { .then(({data: {result: {address}}}) => this.$http.post("/app/appwxsigninfo/sign", {lat, lng, address})) .then(res => { if (res?.code == 0) { + this.getGridInfo() this.linkTo("./signResult?id=" + res?.data.id) } }).catch(err => this.$u.toast(err)) @@ -100,7 +101,7 @@ export default { }, onShow() { this.getGridInfo() - } + }, }