同步
This commit is contained in:
@@ -61,6 +61,7 @@
|
|||||||
this.$store.commit('setToken', res.token_type + ' ' + res.access_token);
|
this.$store.commit('setToken', res.token_type + ' ' + res.access_token);
|
||||||
this.onBack()
|
this.onBack()
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
console.log(err)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err.message,
|
title: err.message,
|
||||||
icon : 'none'
|
icon : 'none'
|
||||||
|
|||||||
Reference in New Issue
Block a user