zhaoke 3 роки тому
батько
коміт
69c72ceb76
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

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