mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 00:15:54 +08:00
修改登录中可能存在的验证码bug
This commit is contained in:
@@ -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);
|
||||||
},
|
},
|
||||||
// 发送验证码
|
// 发送验证码
|
||||||
|
|||||||
Reference in New Issue
Block a user