增加错误提示
This commit is contained in:
@@ -73,9 +73,8 @@ export default {
|
|||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.linkTo("./signResult?id=" + res?.data.id)
|
this.linkTo("./signResult?id=" + res?.data.id)
|
||||||
}
|
}
|
||||||
})
|
}).catch(err => this.$u.toast(err))
|
||||||
} else this.$u.toast("无法获取到定位!")
|
} else this.$u.toast("无法获取到定位!")
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user