fb750e56 by joe

1

1 parent 2c1c0849
Showing 75 changed files with 2 additions and 2 deletions
......@@ -150,10 +150,10 @@ export default {
this.startTimeClick();
break;
case "COMMON_ERROR_E3":
this.step2.error = this.i18n().passwordReset.type2.error3;
this.step3.error = this.i18n().passwordReset.type2.error3;
return;
default:
this.step2.error = response.returnMsg;
this.step3.error = response.returnMsg;
return;
}
}
......