签到结果

This commit is contained in:
liuye
2022-09-13 17:32:44 +08:00
parent 13af3e6312
commit 1498a7a697
2 changed files with 85 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export default {
if(!url) {
this.$u.toast('功能开发中...')
}else {
uni.navigateTo({url})
uni.navigateTo({ url })
}
}
},
@@ -88,7 +88,7 @@ export default {
.then(({data: {result: {address}}}) => this.$http.post("/app/appwxsigninfo/sign", {lat, lng, address}))
.then(res => {
if (res?.code == 0) {
this.linkTo("/apps/AppMyGrid/signResult?id=" + res?.data.id)
this.linkTo("./signResult?id=" + res?.data.id)
}
}).catch(err => this.$u.toast(err))
} else this.$u.toast("无法获取到定位!")