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