修改登录中可能存在的验证码bug

This commit is contained in:
lemon橪
2021-11-08 11:21:19 +08:00
parent 68bc1d6974
commit d65ad6c5fd

View File

@@ -507,7 +507,7 @@ export default {
/** 结束验证码后执行 */ /** 结束验证码后执行 */
end() { end() {
this.codeColor = this.lightColor; this.codeColor = this.lightColor;
this.codeFlag = true;
console.log(this.codeColor); console.log(this.codeColor);
}, },
// 发送验证码 // 发送验证码