签到成功
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user