zhaoke 3 anni fa
parent
commit
69c72ceb76
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -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();