40f58663 by joe

登录输错5次验证码提示

1 parent 81875474
...@@ -297,10 +297,10 @@ export default { ...@@ -297,10 +297,10 @@ export default {
297 this.errorTips.oe2 = this.i18n.login.tips.oe4; 297 this.errorTips.oe2 = this.i18n.login.tips.oe4;
298 break; 298 break;
299 case 1102: 299 case 1102:
300 this.errorTips.e2 = this.i18n.login.tips.e6; 300 this.errorTips.oe2 = this.i18n.login.tips.e6;
301 break; 301 break;
302 case 1101: 302 case 1101:
303 this.errorTips.e2 = this.i18n.login.tips.e7; 303 this.errorTips.oe2 = this.i18n.login.tips.e7;
304 break; 304 break;
305 } 305 }
306 }) 306 })
......