This commit is contained in:
2022-02-11 17:56:25 +08:00
parent 35cb716299
commit a35908280d

View File

@@ -83,14 +83,12 @@ export default {
mobileNo: this.phone,
code: this.code,
}).then((res) => {
console.log(111)
this.$store.commit(
"setToken",
res.token_type + " " + res.access_token
);
this.$Router.back();
}).catch((err) => {
console.log(2222)
uni.showToast({
title: err.message,
icon: "none",