Showing
1 changed file
with
2 additions
and
2 deletions
@@ -1081,13 +1081,13 @@ $PhoneLoginSwitcher.on('click', 'div', function() { | @@ -1081,13 +1081,13 @@ $PhoneLoginSwitcher.on('click', 'div', function() { | ||
1081 | return; | 1081 | return; |
1082 | } | 1082 | } |
1083 | 1083 | ||
1084 | - accountChangeEvent.fire(type); | ||
1085 | - | ||
1086 | $this.addClass('selected'); | 1084 | $this.addClass('selected'); |
1087 | $this.siblings().removeClass('selected'); | 1085 | $this.siblings().removeClass('selected'); |
1088 | 1086 | ||
1089 | $(AccountLoginData[type].ele).removeClass('hide'); | 1087 | $(AccountLoginData[type].ele).removeClass('hide'); |
1090 | $(AccountLoginData[type].hideEle).addClass('hide'); | 1088 | $(AccountLoginData[type].hideEle).addClass('hide'); |
1089 | + | ||
1090 | + accountChangeEvent.fire(type); | ||
1091 | }); | 1091 | }); |
1092 | 1092 | ||
1093 | // 切换登录模式:手机登录和二维码登录 | 1093 | // 切换登录模式:手机登录和二维码登录 |
-
Please register or login to post a comment