Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lanyulei/ferry_web into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
YuleiLan committed Sep 16, 2020
2 parents f2ceb79 + ef91f27 commit 0a7f150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ export default {
handleLogin() {
this.$refs.loginForm.validate(valid => {
if (valid) {
if (!this.loginTypeStatus) {
if (this.loginTypeStatus) {
this.loginForm.loginType = 1
} else {
this.loginForm.loginType = 0
}
Expand Down

0 comments on commit 0a7f150

Please sign in to comment.