@@ -254,6 +254,7 @@ export default {
this.loading = false;
} else {
const num = Number(res.returnData);
+ this.form.identify = '';
this.$store.dispatch("app/getErrorNum", num);
if (num >= 2) {
this.getCheckCode();