This commit is contained in:
yi-ge 2020-07-23 17:18:00 +08:00
parent 8851dd8c47
commit 295d959e6e

View File

@ -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 {