Authored by yyq

fix

@@ -834,7 +834,7 @@ function loginAsync() { @@ -834,7 +834,7 @@ function loginAsync() {
834 if (res.data) { 834 if (res.data) {
835 location.href = res.data.session; 835 location.href = res.data.session;
836 } 836 }
837 - } if (res.code === 50004) { 837 + } else if (res.code === 50004) {
838 // 跳转邮箱 838 // 跳转邮箱
839 location.href = res.data.session; 839 location.href = res.data.session;
840 } else { 840 } else {