签到结果
This commit is contained in:
@@ -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("无法获取到定位!")
|
||||
|
||||
Reference in New Issue
Block a user