ZZJ
2022-09-23 098a75c8574ae1d49a71a0a5f12ab653af222f31
src/views/connectUs/components/consult.vue
@@ -107,13 +107,11 @@
    },
    //获取验证码
    getCode() {
      let loginName = JSON.parse(sessionStorage.getItem("userInfo")).username;
      this.codeDisabled = true;
      this.getValidStr();
      this.timer = setInterval(this.getValidStr, 1000);
      getVerifyCode({
        phoneNum: this.formData.phoneNum,
        username: loginName,
      }).then(() => {
        this.gotCode = true;
      });