Browse Source

修复bug

zhaoke 3 năm trước cách đây
mục cha
commit
69c72ceb76
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();