heyujie
2022-04-22 3ad5e6df619db267e10ec9435066f143cfd55ae0
src/views/login/components/loginForm.vue
@@ -239,7 +239,7 @@
          this.codeDisabled = true;
          this.getValidStr();
          this.timer = setInterval(this.getValidStr, 1000);
          makeVerifyCode({ phoneNum: this.phone.phoneNum })
          makeVerifyCode({ phoneNum: this.phone.phoneNum, type:0 })
            .then(() => {
              this.gotCode = true;
            })