fb750e56 by joe

1

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