增加错误提示

This commit is contained in:
aixianling
2022-09-07 10:10:01 +08:00
parent 661674c5cb
commit 52857c4022

View File

@@ -73,9 +73,8 @@ export default {
if (res?.code == 0) {
this.linkTo("./signResult?id=" + res?.data.id)
}
})
}).catch(err => this.$u.toast(err))
} else this.$u.toast("无法获取到定位!")
}
})
}