Ver Fonte

修复bug

zhaoke há 3 anos atrás
pai
commit
69c72ceb76
1 ficheiros alterados com 1 adições e 0 exclusões
  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();