【fix】登录页验证码错误后,登录按钮未刷新
This commit is contained in:
@@ -357,6 +357,8 @@ export default {
|
|||||||
location.reload()
|
location.reload()
|
||||||
}, 1500)
|
}, 1500)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.loginBtn = false
|
||||||
},
|
},
|
||||||
validateMobile (rule, value, callback) {
|
validateMobile (rule, value, callback) {
|
||||||
if (!value || new RegExp(/^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7[0135678]|9[89])\d{8}$/).test(value)) {
|
if (!value || new RegExp(/^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7[0135678]|9[89])\d{8}$/).test(value)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user