android
This commit is contained in:
parent
8851dd8c47
commit
295d959e6e
@ -25,9 +25,9 @@ export default {
|
|||||||
|
|
||||||
if (data.status !== 1) {
|
if (data.status !== 1) {
|
||||||
this.$toasted.show('微信登录失败,请重试或换用其它登录方式。', {
|
this.$toasted.show('微信登录失败,请重试或换用其它登录方式。', {
|
||||||
position: 'top-center',
|
position: 'top-center'
|
||||||
duration: 5000
|
|
||||||
})
|
})
|
||||||
|
this.$finishLoad()
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
@ -47,9 +47,9 @@ export default {
|
|||||||
|
|
||||||
if (data.status !== 1) {
|
if (data.status !== 1) {
|
||||||
this.$toasted.show((state[0] === 'weibo' ? '微博' : 'QQ') + '登录失败,请重试或换用其它登录方式。', {
|
this.$toasted.show((state[0] === 'weibo' ? '微博' : 'QQ') + '登录失败,请重试或换用其它登录方式。', {
|
||||||
position: 'top-center',
|
position: 'top-center'
|
||||||
duration: 5000
|
|
||||||
})
|
})
|
||||||
|
this.$finishLoad()
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user