ZZJ
2022-04-29 5ee0d36e051d591f930ba93ba660e45f10710c3f
src/views/login/components/loginForm.vue
@@ -12,22 +12,22 @@
          >
            <el-form-item prop="loginName">
              <el-input
                v-model="user.loginName"
                v-model.trim="user.loginName"
                placeholder="请输入手机号 / 用户名"
              >
                <i slot="prefix" class="iconfont">&#xe603;</i>
              </el-input>
            </el-form-item>
            <el-form-item prop="password" class="password-form-item">
              <el-input
              <PwInput v-model="user.password" :showPreIcon="true"> </PwInput>
              <!--   <el-input
                show-password
                @keyup.enter.native="userLogin"
                v-model="user.password"
                autocomplete="off"
                placeholder="请输入密码"
              >
                <i slot="prefix" class="iconfont">&#xe608;</i>
              </el-input>
              </el-input> -->
            </el-form-item>
            <el-form-item>
              <el-button
@@ -239,7 +239,7 @@
          this.codeDisabled = true;
          this.getValidStr();
          this.timer = setInterval(this.getValidStr, 1000);
          makeVerifyCode({ phoneNum: this.phone.phoneNum, type:0 })
          makeVerifyCode({ phoneNum: this.phone.phoneNum, type: 0 })
            .then(() => {
              this.gotCode = true;
            })