stash
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user