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() - } + }, }